Searched refs:X_FILE (Results 1 – 4 of 4) sorted by relevance
58 for (x = &cx; x != NULL && x->x_type != X_FILE; x = x->x_link) in verror()94 if (cx.x_type == X_FILE && cx.x_errwin != 0) { in err_end()
88 cx.x_type = X_FILE; in cx_beginfile()125 case X_FILE: in cx_end()
53 case X_FILE: in s_getc()78 case X_FILE: in s_ungetc()
82 #define X_FILE 1 /* input is a file */ macro