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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.lex.c51 static eChar getC1 (int);
127 #define getC(f) (((getCtmp = peekc) != '\0') ? (peekc = 0, (eChar)getCtmp) : getC1(f))
438 getC1(int flag) function

Completed in 104 milliseconds