Lines Matching refs:nextchar
440 static inline int nextchar(stream_t *stream) in nextchar() function
558 next = nextchar(stream); in get_one_number()
563 next = nextchar(stream); in get_one_number()
595 for (escape = 0; escape || next != delim; next = nextchar(stream)) { in eat_string()
644 return nextchar(stream); in eat_string()
651 switch (nextchar(stream)) { in drop_stream_eoln()
655 return nextchar(stream); in drop_stream_eoln()
667 next = nextchar(stream); in drop_stream_comment()
674 next = nextchar(stream); in drop_stream_comment()
679 return nextchar(stream); in drop_stream_comment()
749 next = nextchar(stream); in get_one_special()
778 next = nextchar(stream); in get_one_special()
782 next = nextchar(stream); in get_one_special()
927 next = nextchar(stream); in get_one_identifier()
939 return eat_string(nextchar(stream), stream, in get_one_identifier()
942 return eat_string(nextchar(stream), stream, in get_one_identifier()
961 return get_one_number(c, nextchar(stream), stream); in get_one_token()
992 int c = nextchar(stream); in tokenize_stream()
1003 c = nextchar(stream); in tokenize_stream()