Lines Matching refs:inpc
69 static int inpc(void);
347 inpc(void) in inpc() function
847 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()
1127 c = inpc(); in comment()
1129 if (c != '*' || (c = inpc()) != '/') { in comment()
1147 if ((c = inpc()) == EOF) { in comment()
1169 while ((c = inpc()) != EOF && c != '\n') in slashslashcomment()