Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.lex.c83 #define getC(f) ((getCtmp = peekc) ? (peekc = 0, getCtmp) : getC1(f)) macro
205 while (issp(c = getC(DOALL))) in word()
214 c1 = getC(DOALL); in word()
227 c = getC(0); in word()
241 c = getC(0); in word()
259 c = getC(0); in word()
280 c = getC(0); in word()
299 c = getC(dolflg); in word()
386 c = sc = getC(DOEXCL); in getdol()
393 *np++ = c, c = getC(DOEXCL); in getdol()
[all …]