Searched refs:pstack (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcxml.c554 FcPStack *pstack; /* related parse element */ member in struct:_FcVStack
579 FcPStack *pstack; member in struct:_FcConfigParse
880 new->pstack = parse->pstack ? parse->pstack->prev : 0;
1051 return vstack && vstack->pstack == parse->pstack ? vstack : 0;
1059 if (!vstack || vstack->pstack != parse->pstack)
1128 while (vstack && vstack->pstack
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dcompile.c224 if (com->stack.pstack < com->stack.cpstack)
225 com->stack.pstack = com->stack.cpstack;
1685 if (com->stack.pstack < com->stack.cpstack)
1686 com->stack.pstack = com->stack.cpstack;
H A Dbytecode.c246 int pstack; member in struct:_LispCom::__anoncf77c6ed0f08
2805 *(short*)(com->bytecode + offset) = com->stack.pstack;

Completed in 13 milliseconds