Home
last modified time | relevance | path

Searched refs:X_FILE (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/usr.bin/window/
H A Derror.c58 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()
H A Dcontext.c88 cx.x_type = X_FILE; in cx_beginfile()
125 case X_FILE: in cx_end()
H A Dscanner.c53 case X_FILE: in s_getc()
78 case X_FILE: in s_ungetc()
H A Dcontext.h82 #define X_FILE 1 /* input is a file */ macro