HomeSort by relevance Sort by last modified time
    Searched defs:pr_functions (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/server/
pr_edict.c 25 dfunction_t *pr_functions; variable
229 func = &pr_functions[i];
291 f = pr_functions + val->function;
343 f = pr_functions + val->function;
776 *(func_t *)d = func - pr_functions;
945 PR_ExecuteProgram (func - pr_functions);
988 pr_functions = (dfunction_t *)((byte *)progs + progs->ofs_functions);
1012 pr_functions[i].first_statement = LittleLong (pr_functions[i].first_statement);
1013 pr_functions[i].parm_start = LittleLong (pr_functions[i].parm_start)
    [all...]
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 25 dfunction_t *pr_functions; variable
233 func = &pr_functions[i];
297 f = pr_functions + val->function;
349 f = pr_functions + val->function;
784 *(func_t *)d = func - pr_functions;
973 PR_ExecuteProgram (func - pr_functions);
1012 pr_functions = (dfunction_t *)((byte *)progs + progs->ofs_functions);
1034 pr_functions[i].first_statement = LittleLong (pr_functions[i].first_statement);
1035 pr_functions[i].parm_start = LittleLong (pr_functions[i].parm_start)
    [all...]

Completed in 160 milliseconds