Searched refs:x_fp (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dcontext.c99 cx.x_fp = fopen(filename, "r");
100 if (cx.x_fp == 0)
102 (void) fcntl(fileno(cx.x_fp), F_SETFD, 1);
134 (void) fclose(cx.x_fp);
H A Dcontext.h75 #define x_fp x_un.x_f.X_fp macro
H A Dscanner.c62 c = getc(cx.x_fp);
88 return ungetc(c, cx.x_fp);

Completed in 113 milliseconds