Home
last modified time | relevance | path

Searched refs:sup_inputchar (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c135 static int32_t sup_inputchar();
258 while (isspace(c = sup_inputchar())) in sup_get_token()
272 for (; !isspace(c) || quoted; c = sup_inputchar()) { in sup_get_token()
348 while ((c = sup_inputchar()) != '\n' && !feof(data_file)) in sup_get_token()
362 sup_inputchar() in sup_inputchar() function
/illumos-gate/usr/src/cmd/format/
H A Dio.c73 static int sup_inputchar(void);
2137 sup_inputchar(void) in sup_inputchar() function
2219 while ((isspace(c = sup_inputchar())) && (c != '\n')) in sup_get_token()
2224 for (; !isspace(c) || quoted; c = sup_inputchar()) { in sup_get_token()
2291 while ((c = sup_inputchar()) != '\n' && !feof(data_file)) in sup_get_token()