Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_stream.c297 static int isl_stream_push_char(__isl_keep isl_stream *s, int c) in isl_stream_push_char() function
471 if (isl_stream_push_char(s, c)) in next_token()
474 if (isl_stream_push_char(s, c)) in next_token()
478 isl_stream_push_char(s, '\0'); in next_token()
495 isl_stream_push_char(s, c); in next_token()
498 isl_stream_push_char(s, c); in next_token()
502 isl_stream_push_char(s, c); in next_token()
505 isl_stream_push_char(s, '\0'); in next_token()
521 isl_stream_push_char(s, c); in next_token()
526 isl_stream_push_char(s, '\0'); in next_token()