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

  /src/usr.bin/dc/
stack.c 202 stack_pop(struct stack *stack) function in typeref:struct:value *
  /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 12 milliseconds