Home
last modified time | relevance | path

Searched refs:isl_stream_getc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_stream.c279 static int isl_stream_getc(__isl_keep isl_stream *s) in isl_stream_getc() function
380 while ((c = isl_stream_getc(s)) != -1 && c != '\n') in isl_stream_skip_line()
406 while ((c = isl_stream_getc(s)) != -1) { in next_token()
448 if ((c = isl_stream_getc(s)) == '>') { in next_token()
473 while ((c = isl_stream_getc(s)) != -1 && isdigit(c)) in next_token()
496 while ((c = isl_stream_getc(s)) != -1 && in next_token()
501 while ((c = isl_stream_getc(s)) != -1 && c == '\'') in next_token()
520 while ((c = isl_stream_getc(s)) != -1 && c != '"' && c != '\n') in next_token()
535 if ((c = isl_stream_getc(s)) == '=') { in next_token()
550 if ((c = isl_stream_getc(s)) == '=') { in next_token()
[all …]