HomeSort by: relevance | last modified time | path
    Searched refs:inputline (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
hack.tty.c 316 static char inputline[COLNO]; local in function:parse
328 save_cm = inputline;
330 inputline[0] = foo;
331 inputline[1] = 0;
333 inputline[1] = getchar();
335 if (inputline[1] == foo)
336 inputline[2] = getchar();
339 inputline[2] = 0;
342 inputline[1] = getchar();
343 inputline[2] = 0
    [all...]
  /src/bin/csh/
file.c 638 tenex(Char *inputline, size_t inputline_size)
657 inputline[i] = (unsigned char) tinputline[i];
658 last_Char = inputline[nr - 1] & ASCII;
665 str_end = &inputline[nr];
670 * Find LAST occurrence of a delimiter in the inputline. The word start
673 for (word_start = str_end; word_start > inputline; --word_start)
676 space_left = inputline_size - (size_t)(word_start - inputline) - 1;
692 if (Strchr(inputline, '\t')) { /* tab Char in input line? */
698 if (pushback(inputline))
  /src/lib/libc/time/
zic.c 1708 inputline(FILE *fp, char *buf, ptrdiff_t bufsize) function in typeref:typename:bool
1761 if (!inputline(fp, buf, sizeof buf))

Completed in 178 milliseconds