Searched refs:add_word (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml.h40 void add_word (const char *s, int n);
H A Doutput.cpp119 * add_word - adds a word to the outstanding word list.
122 void word_list::add_word (const char *s, int n) function in class:word_list
203 last_word.add_word(s, strlen(s));
299 last_word.add_word(s, n);
305 last_word.add_word(s, strlen(s));
311 last_word.add_word(s.contents(), s.length());
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu.c94 static uint16_t add_word (struct x86emu *, uint16_t d, uint16_t s);
1786 add_word, /* 00 */
1900 add_word, /* 00 */
4230 common_binop_word_long_rm_r(emu, add_word, add_long);
4236 common_binop_word_long_r_rm(emu, add_word, add_long);
4242 common_binop_word_long_imm(emu, add_word, add_long);
6182 add_word(struct x86emu *emu, uint16_t d, uint16_t s) function

Completed in 296 milliseconds