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

  /external/quake/quake/src/WinQuake/
pr_exec.cpp 35 prstack_t pr_stack[MAX_STACK_DEPTH]; variable
201 pr_stack[pr_depth].f = pr_xfunction;
204 f = pr_stack[i].f;
298 pr_stack[pr_depth].s = pr_xstatement;
299 pr_stack[pr_depth].f = pr_xfunction;
351 pr_xfunction = pr_stack[pr_depth].f;
352 return pr_stack[pr_depth].s;
  /external/quake/quake/src/QW/server/
pr_exec.c 35 prstack_t pr_stack[MAX_STACK_DEPTH]; variable
201 pr_stack[pr_depth].f = pr_xfunction;
204 f = pr_stack[i].f;
298 pr_stack[pr_depth].s = pr_xstatement;
299 pr_stack[pr_depth].f = pr_xfunction;
351 pr_xfunction = pr_stack[pr_depth].f;
352 return pr_stack[pr_depth].s;

Completed in 27 milliseconds