Searched refs:inpc (Results 1 – 1 of 1) sorted by relevance
69 static int inpc(void);347 inpc(void) in inpc() function847 c = inpc(); in getescc()865 switch (c = inpc()) { in getescc()910 c = inpc(); in getescc()928 while ((c = inpc()) >= 0 && isxdigit(c)) { in getescc()1091 while ((c = inpc()) != EOF && isspace(c)) in comment()1098 c = inpc(); in comment()1112 c = inpc(); in comment()1119 c = inpc(); in comment()[all …]