Home
last modified time | relevance | path

Searched refs:getC (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c89 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f)) macro
211 while (issp(c = getC(DOALL))) in word()
220 c1 = getC(DOALL); in word()
233 c = getC(0); in word()
247 c = getC(0); in word()
265 c = getC(0); in word()
286 c = getC(0); in word()
305 c = getC(dolflg); in word()
392 c = sc = getC(DOEXCL); in getdol()
399 *np++ = c, c = getC(DOEXCL); in getdol()
[all …]