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

  /src/usr.bin/dc/
stack.c 113 stack_push(stack, stack_dup_value(value, &copy));
162 stack_push(struct stack *stack, struct value *v) function in typeref:typename:void
192 stack_push(stack, v);
336 stack_push(stack, &n);
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 231 static int stack_push(struct stack *stack, int type, int value) function in typeref:typename:int
482 if (stack_push(stack, type_open_br, 0))
484 if (stack_push(stack, type_close_br, 0))
496 SLJIT_ASSERT(stack_push(&it, type_open_br, 0) == 0);
498 stack_push(&it, type_open_br, 0);
518 if (stack_push(stack, type_qestion_mark, 0))
528 if (stack_push(stack, type_qestion_mark, 0))
549 if (stack_push(stack, type_plus_sign, 0))
554 if (stack_push(stack, type_close_br, 0))
595 if (stack_push(stack, type_id, val1)
    [all...]

Completed in 12 milliseconds