OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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, ©));
162
stack_push
(struct stack *stack, struct value *v)
function
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
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 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026