Searched defs:isl_stream (Results 1 – 2 of 2) sorted by relevance
41 struct isl_stream { struct42 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;[all …]
53 typedef struct isl_stream isl_stream; typedef