Lines Matching refs:kobj_getc
216 while ((ch = kobj_getc(file)) == ' ' || ch == '\t') in kobj_lex()
252 while ((ch = kobj_getc(file)) == ' ' || in kobj_lex()
271 while (!badquote && (ch = kobj_getc(file)) != '"') { in kobj_lex()
289 ch = (char)kobj_getc(file); in kobj_lex()
299 ch = (char)kobj_getc(file); in kobj_lex()
336 *cp++ = (char)(ch = kobj_getc(file)); in kobj_lex()
349 *cp++ = (char)(ch = kobj_getc(file)); in kobj_lex()
355 if ((ch = kobj_getc(file)) == 'x') { in kobj_lex()
361 ch = kobj_getc(file); in kobj_lex()
368 ch = kobj_getc(file); in kobj_lex()
376 ch = kobj_getc(file); in kobj_lex()
384 ch = kobj_getc(file); in kobj_lex()
391 ch = kobj_getc(file); in kobj_lex()
403 ch = kobj_getc(file); in kobj_lex()
409 ch = kobj_getc(file); in kobj_lex()
442 while ((ch = kobj_getc(file)) != -1) { in kobj_find_eol()
540 while ((ch = kobj_getc(file)) != -1 && !iswhite(ch) && in do_sysfile_cmd()
692 while ((ch = kobj_getc(file)) != -1 && !iswhite(ch) && in do_sysfile_cmd()
720 while ((ch = kobj_getc(file)) == ' ' || ch == '\t') in do_sysfile_cmd()
730 ch = kobj_getc(file); in do_sysfile_cmd()