Home
last modified time | relevance | path

Searched refs:stack_push (Results 101 – 125 of 1011) sorted by relevance

12345678910>>...41

/dports/lang/opencoarrays/OpenCoarrays-2.9.0/prerequisites/
H A Dstack.sh58 function stack_push function
104 stack_push $1 __push_junk
268 stack_push "$1" "$argument_name"
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dparser.y100 block(A) ::= LINE_ATX_1(B). { A = token_new_parent(B, BLOCK_H1); stack_push(engine->header_stac… in block()
101 block(A) ::= LINE_ATX_2(B). { A = token_new_parent(B, BLOCK_H2); stack_push(engine->header_stac… in block()
102 block(A) ::= LINE_ATX_3(B). { A = token_new_parent(B, BLOCK_H3); stack_push(engine->header_stac… in block()
103 block(A) ::= LINE_ATX_4(B). { A = token_new_parent(B, BLOCK_H4); stack_push(engine->header_stac… in block()
104 block(A) ::= LINE_ATX_5(B). { A = token_new_parent(B, BLOCK_H5); stack_push(engine->header_stac… in block()
105 block(A) ::= LINE_ATX_6(B). { A = token_new_parent(B, BLOCK_H6); stack_push(engine->header_stac… in block()
117 block(A) ::= def_citation(B). { A = token_new_parent(B, BLOCK_DEF_CITATION); stack_push(engine->… in block()
120 block(A) ::= def_link(B). { A = token_new_parent(B, BLOCK_DEF_LINK); stack_push(engine->definit… in block()
132 block(A) ::= setext_1(B). { A = token_new_parent(B, BLOCK_SETEXT_1); stack_push(engine->header_… in block()
133 block(A) ::= setext_2(B). { A = token_new_parent(B, BLOCK_SETEXT_2); stack_push(engine->header_… in block()
[all …]
H A Dparser.c1208 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_H1); stack_push(engine->header_stack,…
1212 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_H2); stack_push(engine->header_stack,…
1216 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_H3); stack_push(engine->header_stack,…
1220 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_H4); stack_push(engine->header_stack,…
1224 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_H5); stack_push(engine->header_stack,…
1228 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_H6); stack_push(engine->header_stack,…
1249 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_DEF_CITATION); stack_push(engine->def…
1261 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_DEF_LINK); stack_push(engine->definit…
1306 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_SETEXT_1); stack_push(engine->header_…
1310 { yylhsminor.yy0 = token_new_parent(yymsp[0].minor.yy0, BLOCK_SETEXT_2); stack_push(engine->header_…
[all …]
/dports/devel/libmba/libmba-0.9.1/tcase/tests/
H A DAdtInit.c26 stack_push(&s, "two"); in AdtInit()
28 stack_push(&s, "one"); in AdtInit()
30 stack_push(&s, "three"); in AdtInit()
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dimgcntrl.cpp186 …menu::stack_push<menu_file_selector>(ui(), container(), &m_image, m_current_directory, m_current_f… in handle()
192 menu::stack_push<menu_software>(ui(), container(), m_image.image_interface(), &m_sld); in handle()
198 …menu::stack_push<menu_software_parts>(ui(), container(), m_swi, m_swp->interface().c_str(), &m_swp… in handle()
221 …menu::stack_push<menu_software_parts>(ui(), container(), m_swi, m_image.image_interface(), &m_swp,… in handle()
286 …menu::stack_push<menu_file_create>(ui(), container(), &m_image, m_current_directory, m_current_fil… in handle()
306 menu::stack_push<menu_confirm_save_as>(ui(), container(), &m_create_confirmed); in handle()
H A Dmenu.h101 static void stack_push(Params &&... args) in stack_push() function
103 stack_push(std::unique_ptr<menu>(make_unique_clear<T>(std::forward<Params>(args)...))); in stack_push()
110 stack_push(std::move(ptr)); in stack_push_special_main()
346 void stack_push(std::unique_ptr<menu> &&menu);
378 …static void stack_push(std::unique_ptr<menu> &&menu) { get_global_state(menu->machine())->stack_pu… in stack_push() function
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dimgcntrl.cpp186 …menu::stack_push<menu_file_selector>(ui(), container(), &m_image, m_current_directory, m_current_f… in handle()
192 menu::stack_push<menu_software>(ui(), container(), m_image.image_interface(), &m_sld); in handle()
198 …menu::stack_push<menu_software_parts>(ui(), container(), m_swi, m_swp->interface().c_str(), &m_swp… in handle()
221 …menu::stack_push<menu_software_parts>(ui(), container(), m_swi, m_image.image_interface(), &m_swp,… in handle()
286 …menu::stack_push<menu_file_create>(ui(), container(), &m_image, m_current_directory, m_current_fil… in handle()
306 menu::stack_push<menu_confirm_save_as>(ui(), container(), &m_create_confirmed); in handle()
/dports/lang/retro12/RETRO12-2021.4/vm/nga-c/
H A Drepl.c93 void stack_push(CELL value);
146 void stack_push(CELL value) { in stack_push() function
291 stack_push(0); in generic_output_query()
292 stack_push(0); in generic_output_query()
329 stack_push(TIB); in evaluate()
616 stack_push(1); in inst_ie()
621 stack_push(0); in inst_iq()
622 stack_push(0); in inst_iq()
H A Ddev-image.c17 stack_push(0); in io_image_query()
18 stack_push(1000); in io_image_query()
/dports/games/tty-solitaire/tty-solitaire-1.3.1/src/
H A Dstack.c41 stack_push(&tmp_stack, card_dup(iterator->card)); in stack_dup()
44 stack_push(&new_stack, (stack_pop(&tmp_stack))); in stack_dup()
69 void stack_push(struct stack **stack, struct card *card) { in stack_push() function
115 stack_push(&tmp_stack, card_dup(iterator->card)); in stack_reverse()
/dports/lang/retro12/RETRO12-2021.4/tools/
H A Dretro-extend.c87 void stack_push(CELL value);
180 void stack_push(CELL value) { in stack_push() function
292 stack_push(TIB); in evaluate()
378 stack_push(memory[ip]); in inst_lit()
405 stack_push(TORS); in inst_pop()
544 stack_push(1); in inst_ie()
548 stack_push(0); in inst_iq()
549 stack_push(0); in inst_iq()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c480 if (stack_push(stack, type_open_br, 0)) in iterate()
496 stack_push(&it, type_open_br, 0); in iterate()
552 if (stack_push(stack, type_close_br, 0)) in iterate()
593 if (stack_push(stack, type_id, val1)) in parse_iterator()
758 if (stack_push(stack, type_rng_end, 0)) in parse_char_range()
776 if (stack_push(stack, type_begin, 0)) in parse()
790 if (stack_push(stack, type_newline, 0)) in parse()
842 if (stack_push(stack, type_select, 0)) in parse()
927 if (stack_push(stack, type_end, 0)) in parse()
1250 if (stack_push(stack, 0, from)) in trace_transitions()
[all …]
/dports/devel/libbpfjit/sljit-849950a/regex_src/
H A DregexJIT.c482 if (stack_push(stack, type_open_br, 0)) in iterate()
498 stack_push(&it, type_open_br, 0); in iterate()
554 if (stack_push(stack, type_close_br, 0)) in iterate()
595 if (stack_push(stack, type_id, val1)) in parse_iterator()
760 if (stack_push(stack, type_rng_end, 0)) in parse_char_range()
778 if (stack_push(stack, type_begin, 0)) in parse()
792 if (stack_push(stack, type_newline, 0)) in parse()
844 if (stack_push(stack, type_select, 0)) in parse()
929 if (stack_push(stack, type_end, 0)) in parse()
1252 if (stack_push(stack, 0, from)) in trace_transitions()
[all …]
/dports/devel/cutter/cutter-1.2.6/
H A DTUTORIAL.ja922 stack_push(stack, 100);
1074 stack_push(stack, 100);
1201 === stack_push()の本実装
1293 stack_push(stack, 10);
1294 stack_push(stack, 20);
1295 stack_push(stack, 30);
1303 stack_push(stack, 40);
1720 stack_push(stack, 10);
1721 stack_push(stack, 20);
1722 stack_push(stack, 30);
[all …]
/dports/games/tty-solitaire/tty-solitaire-1.3.1/tests/
H A Dtest_helper_test.c111 stack_push(&stack_0, card_0); in test_stacks_equal_with_two_equivalent_stacks()
112 stack_push(&stack_1, card_1); in test_stacks_equal_with_two_equivalent_stacks()
133 stack_push(&stack_0, card_0); in test_stacks_equal_with_two_different_stacks()
134 stack_push(&stack_1, card_1); in test_stacks_equal_with_two_different_stacks()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/doc/
H A Drpn.c8 void stack_push(int reg, int *sp) in stack_push() function
37 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
40 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightning/doc/
H A Drpn.c8 void stack_push(int reg, int *sp) in stack_push() function
37 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
40 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightning/doc/
H A Drpn.c8 void stack_push(int reg, int *sp) in stack_push() function
37 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
40 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
/dports/devel/lightning/lightning-2.1.3/doc/
H A Drpn.c8 void stack_push(int reg, int *sp) in stack_push() function
37 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
40 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/lightning/doc/
H A Drpn.c8 void stack_push(int reg, int *sp) in stack_push() function
37 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
40 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/lightning/doc/
H A Drpn.c8 void stack_push(int reg, int *sp) in stack_push() function
37 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
40 stack_push(JIT_R0, &stack_ptr); in compile_rpn()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/macro/
H A Dmacropush.c8 stack_push(&macro->d_definition, stValue); in macro_push()
11 stack_push(&macro->d_arg, stValue); in macro_push()
/dports/lang/retro12/RETRO12-2021.4/vm/nga-pascal/
H A Dbridge.pas28 procedure stack_push(value : Cell); procedure
56 procedure stack_push(value : Cell); procedure
183 stack_push(i);
215 stack_push(TIB);
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/utils/
H A Dstack.h42 stack_push (s, (void *) element)
111 stack_push (Stack * s,
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/stack/demo/
H A Ddemo.c32 stack_push(&intStack, (void *)(2 * idx)); in main()
50 stack_push(&txtStack, new_str(argv[idx])); in main()

12345678910>>...41