Lines Matching refs:sup_gettoken

418 		status = sup_gettoken(token);  in sup_prxfile()
480 status = sup_gettoken(token); in sup_setpath()
492 status = sup_gettoken(token); in sup_setpath()
517 status = sup_gettoken(token); in sup_setpath()
546 status = sup_gettoken(token); in sup_setdtype()
554 status = sup_gettoken(token); in sup_setdtype()
579 status = sup_gettoken(token); in sup_setdtype()
592 status = sup_gettoken(token); in sup_setdtype()
617 status = sup_gettoken(token); in sup_setdtype()
625 status = sup_gettoken(token); in sup_setdtype()
842 if (sup_gettoken(token) != SUP_STRING) { in sup_change_spec()
870 switch (sup_gettoken(token)) { in sup_change_spec()
875 if (sup_gettoken(token) == SUP_EQL) in sup_change_spec()
879 if (sup_gettoken(token) == SUP_EQL) in sup_change_spec()
892 if ((i = sup_gettoken(token)) == SUP_TILDE) { in sup_change_spec()
894 i = sup_gettoken(token); in sup_change_spec()
951 status = sup_gettoken(token); in sup_setpart()
959 status = sup_gettoken(token); in sup_setpart()
990 status = sup_gettoken(token); in sup_setpart()
1003 status = sup_gettoken(token); in sup_setpart()
1017 status = sup_gettoken(token); in sup_setpart()
1025 status = sup_gettoken(token); in sup_setpart()
1164 status = sup_gettoken(token); in sup_setpart()
1170 status = sup_gettoken(token); in sup_setpart()
1187 status = sup_gettoken(token); in sup_setpart()
1193 status = sup_gettoken(token); in sup_setpart()
1215 status = sup_gettoken(token); in sup_setpart()
1223 status = sup_gettoken(token); in sup_setpart()
2373 token_type = sup_gettoken(token_buf); in datafile_error()