HomeSort by: relevance | last modified time | path
    Searched refs:stack_pop (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/dc/
extern.h 54 struct value *stack_pop(struct stack *);
stack.c 202 stack_pop(struct stack *stack) function in typeref:struct:value *
bcode.c 466 return stack_pop(&bmachine.stack);
846 value = stack_pop(stack);
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 269 static struct stack_item* stack_pop(struct stack *stack) function in typeref:struct:stack_item *
437 item = stack_pop(&it);
972 stack_pop(depth);
991 item = stack_pop(stack);
995 item = stack_pop(depth);
1275 from = dfa_transitions[stack_pop(depth)->value].value;
1331 value = stack_pop(stack)->value;
1396 value = stack_pop(stack)->value;
1643 ind = stack_pop(stack)->value;
1938 ind = stack_pop(&compiler_common.stack)->value
    [all...]

Completed in 70 milliseconds