Home
last modified time | relevance | path

Searched refs:push_word (Results 1 – 6 of 6) sorted by relevance

/trueos/usr.sbin/ndiscvt/
HDinf-parse.y82 { push_word($1); }
84 { push_word($1); }
86 { push_word($1); }
88 { push_word($1); }
90 { push_word(NULL); }
92 { push_word(NULL); }
98 { push_word($1); }
100 { push_word($1); }
102 { push_word($1); }
104 { push_word($1); }
[all …]
HDinf.h59 extern void push_word (const char *);
HDinf.c888 push_word (const char *w) in push_word() function
/trueos/sys/contrib/x86emu/
HDx86emu.c170 static void push_word (struct x86emu *, uint16_t w);
185 push_word(emu, (uint16_t) emu->x86.R_FLG); in x86emu_intr_dispatch()
188 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch()
190 push_word(emu, emu->x86.R_IP); in x86emu_intr_dispatch()
254 push_word(emu, 0); in x86emu_exec_call()
255 push_word(emu, 0); in x86emu_exec_call()
265 push_word(emu, emu->x86.R_FLG); in x86emu_exec_intr()
268 push_word(emu, 0); in x86emu_exec_intr()
269 push_word(emu, 0); in x86emu_exec_intr()
1347 push_word(emu, reg->I16_reg.x_reg); in common_push_word_long()
[all …]
/trueos/contrib/gdb/gdb/
HDdefs.h1190 extern CORE_ADDR push_word (CORE_ADDR, ULONGEST);
HDvalops.c969 push_word (CORE_ADDR sp, ULONGEST word) in push_word() function