Home
last modified time | relevance | path

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

/original-bsd/usr.bin/window/
H A Derror.c29 for (x = &cx; x != 0 && x->x_type != X_FILE; x = x->x_link)
63 if (cx.x_type == X_FILE && cx.x_errwin != 0) { in err_end()
H A Dcontext.c61 cx.x_type = X_FILE;
99 case X_FILE: in cx_end()
H A Dcontext.h54 #define X_FILE 1 /* input is a file */ macro
H A Dscanner.c25 case X_FILE: in s_getc()
48 case X_FILE: in s_ungetc()