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

  /src/sys/sys/
tty.h 316 u_char *firstc(struct clist *, int *);
  /src/sys/kern/
tty_subr.c 387 * Callers must not allow getc's to happen between firstc's and getc's
424 * Callers must not allow getc's to happen between firstc's and getc's
431 firstc(struct clist *clp, int *c) function in typeref:typename:u_char *
tty.c 2476 for (cp = firstc(&tp->t_rawq, &tabc); cp;
2544 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c))
2546 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c))
  /src/bin/sh/
parser.c 1210 * leading tabs should be stripped from the document. The argument firstc
1878 * The next input byte (character) is in firstc, syn says which
1891 readtoken1(int firstc, char const *syn, int oneword)
1927 firstc&0xFF, SYNTAX, magicq ? "magic quotes" : "",
1932 for (c = firstc ;; c = pgetc_macro()) { /* until of token */

Completed in 16 milliseconds