Searched refs:JQP_STACK (Results 1 – 4 of 4) sorted by relevance
243 typedef struct JQP_STACK { struct245 struct JQP_STACK *next; argument246 struct JQP_STACK *prev; argument253 } JQP_STACK; argument278 JQP_STACK *stack;298 JQP_STACK stackpool[JQP_AUX_STACKPOOL_NUM];
43 static JQP_STACK *_jqp_push(struct _yycontext *yy);
50 static JQP_STACK *_jqp_push(struct _yycontext *yy);
74 static JQP_STACK* _jqp_push(yycontext *yy) { in _jqp_push()76 JQP_STACK *stack; in _jqp_push()98 static JQP_STACK _jqp_pop(yycontext *yy) { in _jqp_pop()100 JQP_STACK *stack = aux->stack, ret; in _jqp_pop()119 JQP_STACK *stack = _jqp_push(yy); in _jqp_unit_push()125 JQP_STACK stack = _jqp_pop(yy); in _jqp_unit_pop()134 JQP_STACK *stack = _jqp_push(yy); in _jqp_string_push()148 JQP_STACK stack = _jqp_pop(yy); in _jqp_string_pop()