Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djqp.h240 typedef struct JQP_STACK { struct
242 struct JQP_STACK *next; argument
243 struct JQP_STACK *prev; argument
250 } JQP_STACK; typedef
275 JQP_STACK *stack;
295 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.c73 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()