Searched refs:getC1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c55 static eChar getC1 (int);
132 #define getC(f) (((getCtmp = peekc) != '\0') ? (peekc = 0, (eChar)getCtmp) : getC1(f))
422 getC1(int flag) function

Completed in 101 milliseconds