/netbsd-src/usr.bin/mail/ |
H A D | head.c | 183 nextword(const char *wp, char *wbuf) in nextword() function 248 cp = nextword(cp, word); in parse() 249 cp = nextword(cp, word); in parse() 253 cp = nextword(cp, word); in parse()
|
/netbsd-src/games/boggle/mkindex/ |
H A D | mkindex.c | 52 static char *nextword(FILE *, char *, int *, int *); 63 while (nextword(stdin, buf, &clen, &rlen) != NULL) { in main() 98 nextword(FILE *fp, char *buffer, int *clen, int *rlen) in nextword() function
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-m68k.c | 1316 int tmpreg = 0, baseo = 0, outro = 0, nextword; in m68k_ip() local 2422 nextword = get_num (&opP->disp, 90); in m68k_ip() 2424 nextword = get_num (&opP->disp, 0); in m68k_ip() 2430 if (!isbyte (nextword)) in m68k_ip() 2432 addword (nextword); in m68k_ip() 2436 if (!isword (nextword)) in m68k_ip() 2438 addword (nextword); in m68k_ip() 2442 if (!issword (nextword)) in m68k_ip() 2444 addword (nextword); in m68k_ip() 2448 addword (nextword >> 16); in m68k_ip() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-m68k.c | 1318 int tmpreg = 0, baseo = 0, outro = 0, nextword; in m68k_ip() local 2424 nextword = get_num (&opP->disp, 90); in m68k_ip() 2426 nextword = get_num (&opP->disp, 0); in m68k_ip() 2432 if (!isbyte (nextword)) in m68k_ip() 2434 addword (nextword); in m68k_ip() 2438 if (!isword (nextword)) in m68k_ip() 2440 addword (nextword); in m68k_ip() 2444 if (!issword (nextword)) in m68k_ip() 2446 addword (nextword); in m68k_ip() 2450 addword (nextword >> 16); in m68k_ip() [all …]
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | db_trace.c | 244 db_addr_t addr, nextword; in findentry() local 255 nextword = get(addr - 4, ISP); in findentry() 260 sp->k_entry = nextword; in findentry() 264 sp->k_entry = nextword + (addr - 4); in findentry() 266 instruc = nextword; in findentry()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | chew.c | 1126 nextword (char *string, char **word) in nextword() function 1274 (void) nextword (addr (ptr, idx), &next); in perform() 1356 string = nextword (string, &word); in compile() 1366 string = nextword (string, &word); in compile() 1370 string = nextword (string, &word); in compile() 1416 string = nextword (string, &word); in compile() 1421 string = nextword (string, &word); in compile() 1426 string = nextword (string, &word); in compile() 1432 string = nextword (string, &word); in compile()
|
H A D | ChangeLog-9103 | 243 (kill_bogus_lines, nextword, main): Likewise. 389 (nextword): Handle some \-sequences.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | chew.c | 1097 nextword (char *string, char **word) in nextword() function 1240 (void) nextword (addr (ptr, idx), &next); in perform() 1304 string = nextword (string, &word); in compile() 1314 string = nextword (string, &word); in compile() 1318 string = nextword (string, &word); in compile() 1364 string = nextword (string, &word); in compile() 1369 string = nextword (string, &word); in compile()
|
H A D | ChangeLog-9103 | 243 (kill_bogus_lines, nextword, main): Likewise. 389 (nextword): Handle some \-sequences.
|
/netbsd-src/games/boggle/boggle/ |
H A D | bog.c | 293 while ((w = nextword(fp)) != NULL) { in batchword() 520 while ((w = nextword(dictfp)) != NULL) { in validword() 555 while ((w = nextword(dictfp)) != NULL) { in checkdict()
|
H A D | extern.h | 49 char *nextword(FILE *);
|
H A D | word.c | 68 nextword(FILE *fp) in nextword() function
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/doc/ |
H A D | ChangeLog-9103 | 243 (kill_bogus_lines, nextword, main): Likewise. 389 (nextword): Handle some \-sequences.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/doc/ |
H A D | ChangeLog-9103 | 243 (kill_bogus_lines, nextword, main): Likewise. 389 (nextword): Handle some \-sequences.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-2019 | 562 (nextword): Always initialise the word return parameter. 563 (compile): Check return value of nextword().
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2019 | 562 (nextword): Always initialise the word return parameter. 563 (compile): Check return value of nextword().
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2019 | 562 (nextword): Always initialise the word return parameter. 563 (compile): Check return value of nextword().
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-2019 | 562 (nextword): Always initialise the word return parameter. 563 (compile): Check return value of nextword().
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 121496 (init_string_with_size, nextword): Replace malloc with xmalloc.
|