Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dstartup.h47 #define SUP_EOL 4 /* newline token */ macro
H A Dstartup.c427 if (status == SUP_EOL) in sup_prxfile()
496 if (status == SUP_EOL) in sup_setpath()
518 if (status == SUP_EOL) in sup_setpath()
583 if (status == SUP_EOL) in sup_setdtype()
596 if (status == SUP_EOL) in sup_setdtype()
994 if (status == SUP_EOL) in sup_setpart()
1007 if (status == SUP_EOL) in sup_setpart()
2371 if (last_token_type != SUP_EOF && last_token_type != SUP_EOL) { in datafile_error()
2374 } while (token_type != SUP_EOF && token_type != SUP_EOL); in datafile_error()
H A Dio.c2319 return (SUP_EOL);
2336 return (SUP_EOL);
/titanic_41/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()