Searched refs:isl_stream_getc (Results 1 – 1 of 1) sorted by relevance
397 while ((c = isl_stream_getc(s)) != -1) { in next_token()439 if ((c = isl_stream_getc(s)) == '>') { in next_token()489 while ((c = isl_stream_getc(s)) != -1 && in next_token()528 if ((c = isl_stream_getc(s)) == '=') { in next_token()543 if ((c = isl_stream_getc(s)) == '=') { in next_token()558 if ((c = isl_stream_getc(s)) == '=') { in next_token()563 if ((c = isl_stream_getc(s)) == '=') { in next_token()583 if ((c = isl_stream_getc(s)) == '=') { in next_token()588 if ((c = isl_stream_getc(s)) == '=') { in next_token()631 if ((c = isl_stream_getc(s)) == '\\') { in next_token()[all …]