Searched refs:inputline (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/games/hack/ |
| H A D | hack.tty.c | 316 static char inputline[COLNO]; in parse() local 328 save_cm = inputline; in parse() 330 inputline[0] = foo; in parse() 331 inputline[1] = 0; in parse() 333 inputline[1] = getchar(); in parse() 335 if (inputline[1] == foo) in parse() 336 inputline[2] = getchar(); in parse() 339 inputline[2] = 0; in parse() 342 inputline[1] = getchar(); in parse() 343 inputline[2] = 0; in parse() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/grn/ |
| H A D | main.cpp | 207 char inputline[MAXINLINE]; /* spot to filter through the file */ variable 208 char *c1 = inputline; /* c1, c2, and c3 will be used to */ 209 char *c2 = inputline + 1; /* hunt for lines that begin with */ 210 char *c3 = inputline + 2; /* ".GS" by looking individually */ 211 char *c4 = inputline + 3; /* needed for compatibility mode */ 328 fputs(inputline, stdout); in main() 330 fputs(inputline, stdout); in main() 409 if (fgets(inputline, MAXINLINE, fp) == NULL) in doinput() 411 if (strchr(inputline, '\n')) /* ++ only if it's a complete line */ in doinput() 490 strcpy(GScommand, inputline); /* save `.GS' line for later */ in conv() [all …]
|
| /netbsd-src/bin/csh/ |
| H A D | file.c | 638 tenex(Char *inputline, size_t inputline_size) in tenex() argument 657 inputline[i] = (unsigned char) tinputline[i]; in tenex() 658 last_Char = inputline[nr - 1] & ASCII; in tenex() 665 str_end = &inputline[nr]; in tenex() 673 for (word_start = str_end; word_start > inputline; --word_start) in tenex() 676 space_left = inputline_size - (size_t)(word_start - inputline) - 1; in tenex() 692 if (Strchr(inputline, '\t')) { /* tab Char in input line? */ in tenex() 698 if (pushback(inputline)) in tenex()
|
| /netbsd-src/lib/libc/time/ |
| H A D | zic.c | 1677 inputline(FILE *fp, char *buf, ptrdiff_t bufsize) in infile() 1730 if (!inputline(fp, buf, sizeof buf)) in infile() 1643 inputline(FILE *fp, char *buf, ptrdiff_t bufsize) inputline() function
|