Home
last modified time | relevance | path

Searched refs:nextword (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dhead.c183 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 Dmkindex.c52 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 Dtc-m68k.c1316 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 Dtc-m68k.c1318 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 Ddb_trace.c244 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 Dchew.c1126 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 DChangeLog-9103243 (kill_bogus_lines, nextword, main): Likewise.
389 (nextword): Handle some \-sequences.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dchew.c1097 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 DChangeLog-9103243 (kill_bogus_lines, nextword, main): Likewise.
389 (nextword): Handle some \-sequences.
/netbsd-src/games/boggle/boggle/
H A Dbog.c293 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 Dextern.h49 char *nextword(FILE *);
H A Dword.c68 nextword(FILE *fp) in nextword() function
/netbsd-src/external/gpl3/gdb.old/dist/bfd/doc/
H A DChangeLog-9103243 (kill_bogus_lines, nextword, main): Likewise.
389 (nextword): Handle some \-sequences.
/netbsd-src/external/gpl3/gdb/dist/bfd/doc/
H A DChangeLog-9103243 (kill_bogus_lines, nextword, main): Likewise.
389 (nextword): Handle some \-sequences.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-2019562 (nextword): Always initialise the word return parameter.
563 (compile): Check return value of nextword().
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2019562 (nextword): Always initialise the word return parameter.
563 (compile): Check return value of nextword().
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2019562 (nextword): Always initialise the word return parameter.
563 (compile): Check return value of nextword().
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-2019562 (nextword): Always initialise the word return parameter.
563 (compile): Check return value of nextword().
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git121496 (init_string_with_size, nextword): Replace malloc with xmalloc.