Searched defs:stack_push (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dstack.c95 stack_push(stk_t *sp, void *data) function
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c91 stack_push(struct stack *stk, struct expr *exp) function
94 printf("--- stack_push ---\n");
506 ret = stack_push(stk, exp);
527 ret = stack_push(stk, exp);
547 ret = stack_push(stk, exp);
568 ret = stack_push(stk, exp);
661 ret = stack_push(stk, exp);
679 ret = stack_push(stk, exp);
718 ret = stack_push(stk, exp);
754 ret = stack_push(st
[all...]

Completed in 45 milliseconds