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

/illumos-gate/usr/src/cmd/format/
H A Dstartup.h47 #define SUP_EOL 4 /* newline token */ macro
H A Dstartup.c427 if (status == SUP_EOL)
496 if (status == SUP_EOL)
518 if (status == SUP_EOL)
583 if (status == SUP_EOL)
596 if (status == SUP_EOL)
994 if (status == SUP_EOL)
1007 if (status == SUP_EOL)
2371 if (last_token_type != SUP_EOF && last_token_type != SUP_EOL) {
2374 } while (token_type != SUP_EOF && token_type != SUP_EOL);
H A Dio.c2319 return (SUP_EOL);
2336 return (SUP_EOL);
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c121 #define SUP_EOL 4 /* newline token */ macro
230 while ((last_token_type = sup_get_token(buf)) == SUP_EOL)
336 return (SUP_EOL);
353 return (SUP_EOL);

Completed in 54 milliseconds