Searched refs:JQP_STACK (Results 1 – 4 of 4) sorted by relevance
240 typedef struct JQP_STACK { struct242 struct JQP_STACK *next; argument243 struct JQP_STACK *prev; argument250 } JQP_STACK; typedef275 JQP_STACK *stack;295 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);
73 static JQP_STACK *_jqp_push(yycontext *yy) { in _jqp_push()75 JQP_STACK *stack; in _jqp_push()97 static JQP_STACK _jqp_pop(yycontext *yy) { in _jqp_pop()99 JQP_STACK *stack = aux->stack, ret; in _jqp_pop()118 JQP_STACK *stack = _jqp_push(yy); in _jqp_unit_push()124 JQP_STACK stack = _jqp_pop(yy); in _jqp_unit_pop()133 JQP_STACK *stack = _jqp_push(yy); in _jqp_string_push()147 JQP_STACK stack = _jqp_pop(yy); in _jqp_string_pop()