Functions | |
| builtin_t * | PR_FindBuiltin (progs_t *pr, const char *name) |
| Lookup a builtin function referred by name. More... | |
| builtin_t * | PR_FindBuiltinNum (progs_t *pr, pr_int_t num) |
| Lookup a builtin function by builtin number. More... | |
| void | PR_RegisterBuiltins (progs_t *pr, builtin_t *builtins) |
| Register a set of builtin functions with the VM. More... | |
| int | PR_RelocateBuiltins (progs_t *pr) |
| Fixup all automatically resolved builtin functions (func = #0 in QC). More... | |