Searched refs:sup_inputchar (Results 1 – 2 of 2) sorted by relevance
77 static int sup_inputchar(void);95 static int sup_inputchar(void);2174 sup_inputchar() in sup_inputchar() function2259 while ((isspace(c = sup_inputchar())) && (c != '\n'))2264 for (; !isspace(c) || quoted; c = sup_inputchar()) {2331 while ((c = sup_inputchar()) != '\n' && !feof(data_file))
135 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