Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/cut/
H A Dx_cut.c49 # define CUT_EOF EOF macro
55 # define CUT_EOF WEOF macro
81 while ((ch = CUT_GETC(fp)) != CUT_EOF && ch != '\n') in CUT_FN()
84 while ((ch = CUT_GETC(fp)) != CUT_EOF && ch != '\n'); in CUT_FN()
93 #undef CUT_EOF