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

  /src/bin/csh/
lex.c 76 * Peekc is a peek character for getC, peekread for readc.
82 * all work, the history routines read with getC, and make use both
84 * of getC at the call of a history reference is such that calls
85 * to getC from the history routines will always yield calls of
133 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f))
266 while ((c = getC(DOALL)) == ' ' || c == '\t')
275 c1 = getC(DOALL);
288 c = getC(0);
302 c = getC(0);
322 c = getC(0)
    [all...]
lex.c 76 * Peekc is a peek character for getC, peekread for readc.
82 * all work, the history routines read with getC, and make use both
84 * of getC at the call of a history reference is such that calls
85 * to getC from the history routines will always yield calls of
133 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f))
266 while ((c = getC(DOALL)) == ' ' || c == '\t')
275 c1 = getC(DOALL);
288 c = getC(0);
302 c = getC(0);
322 c = getC(0)
    [all...]

Completed in 23 milliseconds