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

/haiku-buildtools/isl/
H A Disl_stream.c254 static int isl_stream_getc(struct isl_stream *s) function
351 while ((c = isl_stream_getc(s)) != -1 && c != '\n')
377 while ((c = isl_stream_getc(s)) != -1) {
417 if ((c = isl_stream_getc(s)) == '>') {
444 while ((c = isl_stream_getc(s)) != -1 && isdigit(c))
467 while ((c = isl_stream_getc(s)) != -1 &&
472 while ((c = isl_stream_getc(s)) != -1 && c == '\'')
491 while ((c = isl_stream_getc(s)) != -1 && c != '"' && c != '\n')
506 if ((c = isl_stream_getc(s)) == '=') {
521 if ((c = isl_stream_getc(
[all...]

Completed in 37 milliseconds