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

  /src/games/hack/
hack.tty.c 316 static char inputline[COLNO]; local
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...]
hack.tty.c 316 static char inputline[COLNO]; local
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/external/gpl2/groff/dist/src/preproc/grn/
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);
330 fputs(inputline, stdout);
398 | Results: A line of input is read into `inputline'.
409 if (fgets(inputline, MAXINLINE, fp) == NULL)
411 if (strchr(inputline, '\n')) /* ++ only if it's a complete line *
    [all...]
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);
330 fputs(inputline, stdout);
398 | Results: A line of input is read into `inputline'.
409 if (fgets(inputline, MAXINLINE, fp) == NULL)
411 if (strchr(inputline, '\n')) /* ++ only if it's a complete line *
    [all...]
  /src/lib/libc/time/
zic.c 1980 inputline(FILE *fp, char *buf, ptrdiff_t bufsize) function
2033 if (!inputline(fp, buf, sizeof buf))
zic.c 1980 inputline(FILE *fp, char *buf, ptrdiff_t bufsize) function
2033 if (!inputline(fp, buf, sizeof buf))

Completed in 119 milliseconds