Lines Matching defs:stream_t
56 } stream_t;
75 static struct position stream_pos(stream_t *stream)
343 static struct token * alloc_token(stream_t *stream)
354 static int nextchar_slow(stream_t *stream)
440 static inline int nextchar(stream_t *stream)
460 static struct token *mark_eof(stream_t *stream)
478 static void add_token(stream_t *stream)
488 static void drop_token(stream_t *stream)
545 static int get_one_number(int c, int next, stream_t *stream)
585 static int eat_string(int next, stream_t *stream, enum token_type type)
647 static int drop_stream_eoln(stream_t *stream)
660 static int drop_stream_comment(stream_t *stream)
744 static int get_one_special(int c, stream_t *stream)
915 static int get_one_identifier(int c, stream_t *stream)
957 static int get_one_token(int c, stream_t *stream)
967 static struct token *setup_stream(stream_t *stream, int idx, int fd,
990 static struct token *tokenize_stream(stream_t *stream)
1010 stream_t stream;
1021 stream_t stream;