Lines Matching defs:isl_stream
41 struct isl_stream { struct
42 struct isl_ctx *ctx;
43 FILE *file;
44 const char *str;
45 int line;
46 int col;
47 int start_line;
48 int start_col;
49 int last_line;
50 int eof;
52 char *buffer;
53 size_t size;
54 size_t len;
55 int c;
56 int un[5];
57 int n_un;
59 struct isl_token *tokens[5];
60 int n_token;
62 struct isl_hash_table *keywords;
63 enum isl_token_type next_type;
65 int yaml_depth;
66 int yaml_size;
67 enum isl_yaml_state *yaml_state;
68 int *yaml_indent;