Searched refs:SUP_EOF (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dstartup.h42 #define SUP_EOF -1 /* eof token */ macro
H A Dstartup.c422 if (status == SUP_EOF)
2371 if (last_token_type != SUP_EOF && last_token_type != SUP_EOL) {
2374 } while (token_type != SUP_EOF && token_type != SUP_EOL);
2376 if (token_type == SUP_EOF) {
H A Dio.c2269 return (SUP_EOF);
2334 return (SUP_EOF);
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c116 #define SUP_EOF -1 /* eof token */ macro
183 if (status == SUP_EOF)
246 return (SUP_EOF);
266 return (SUP_EOF);
283 return (SUP_EOF);
351 return (SUP_EOF);
661 if (status == SUP_EOF) {

Completed in 296 milliseconds