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

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

Completed in 98 milliseconds