Searched defs:getC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c49 * Peekc is a peek characer for getC, peekread for readc.
55 * all work, the history routines read with getC, and make use both
57 * of getC at the call of a history reference is such that calls
58 * to getC from the history routines will always yield calls of
83 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f)) macro
205 while (issp(c = getC(DOALL)))
214 c1 = getC(DOALL);
227 c = getC(0);
241 c = getC(0);
259 c = getC(
[all...]

Completed in 44 milliseconds