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

/haiku-buildtools/isl/include/isl/
H A Dstream.h98 int isl_stream_eat(struct isl_stream *s, int type);
/haiku-buildtools/isl/
H A Disl_input.c327 if (isl_stream_eat(s, '('))
334 if (isl_stream_eat(s, ')'))
392 if (isl_stream_eat(s, '('))
395 if (isl_stream_eat(s, '['))
402 if (isl_stream_eat(s, ','))
423 if (isl_stream_eat(s, ')'))
426 if (isl_stream_eat(s, ']'))
491 if (isl_stream_eat(s, ')'))
679 if (isl_stream_eat(s, '?'))
687 if (isl_stream_eat(
[all...]

Completed in 28 milliseconds