Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dio.h127 extern int last_token_type;
H A Dio.c62 int last_token_type = 0; variable
2193 last_token_type = sup_get_token(buf); in sup_gettoken()
2194 return (last_token_type); in sup_gettoken()
H A Dstartup.c2386 if (last_token_type != SUP_EOF && last_token_type != SUP_EOL) { in datafile_error()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c52 static int32_t last_token_type = 0; variable
53 #define spc() (last_token_type)
230 while ((last_token_type = sup_get_token(buf)) == SUP_EOL) in sup_gettoken()
232 return (last_token_type); in sup_gettoken()