Home
last modified time | relevance | path

Searched refs:JQP_STACK (Results 1 – 4 of 4) sorted by relevance

/third_party/ejdb/src/jql/
Djqp.h243 typedef struct JQP_STACK { struct
245 struct JQP_STACK *next; argument
246 struct JQP_STACK *prev; argument
253 } JQP_STACK; argument
278 JQP_STACK *stack;
298 JQP_STACK stackpool[JQP_AUX_STACKPOOL_NUM];
Djqp.leg43 static JQP_STACK *_jqp_push(struct _yycontext *yy);
Djqp.c50 static JQP_STACK *_jqp_push(struct _yycontext *yy);
/third_party/ejdb/src/jql/inc/
Djqpx.c74 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()