Lines Matching refs:input
22 while ((c = input()) == ' ' || c == '\n' || c == '\t') in yylex()
41 for (sp = 0; (c=input())!='"' && c != '\n'; ) { in yylex()
43 if ((c = input()) != '"') in yylex()
62 c = input(); in yylex()
119 while ((c = input()) == ' ' || c == '\n') in getstr()
135 if ((c = input()) != '"') in getstr()
140 c = input(); in getstr()
152 while ((del=input()) == ' ' || del == '\t') in cstr()
155 for (i=0; (c=input()) != del && c != EOF;) { in cstr()
164 for (i=1; (c=input())!=' ' && c!= '\t' && c!='\n' && c!=EOF;) { in cstr()
239 while ((c = input()) == ' ') in include()