Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dstartup.h45 #define SUP_EOL 4 /* newline token */ macro
H A Dstartup.c447 if (status == SUP_EOL) in sup_prxfile()
516 if (status == SUP_EOL) in sup_setpath()
538 if (status == SUP_EOL) in sup_setpath()
603 if (status == SUP_EOL) in sup_setdtype()
616 if (status == SUP_EOL) in sup_setdtype()
1014 if (status == SUP_EOL) in sup_setpart()
1027 if (status == SUP_EOL) in sup_setpart()
2386 if (last_token_type != SUP_EOF && last_token_type != SUP_EOL) { in datafile_error()
2389 } while (token_type != SUP_EOF && token_type != SUP_EOL); in datafile_error()
H A Dio.c2279 return (SUP_EOL); in sup_get_token()
2296 return (SUP_EOL); in sup_get_token()
/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) in sup_gettoken()
336 return (SUP_EOL); in sup_get_token()
353 return (SUP_EOL); in sup_get_token()