Searched defs:last_token_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.c62 int last_token_type = 0; variable
2232 last_token_type = sup_get_token(buf);
2233 return (last_token_type);
/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)
232 return (last_token_type);

Completed in 50 milliseconds