Lines Matching refs:kobj_getc
215 while ((ch = kobj_getc(file)) == ' ' || ch == '\t') in kobj_lex()
251 while ((ch = kobj_getc(file)) == ' ' || in kobj_lex()
270 while (!badquote && (ch = kobj_getc(file)) != '"') { in kobj_lex()
288 ch = (char)kobj_getc(file); in kobj_lex()
298 ch = (char)kobj_getc(file); in kobj_lex()
335 *cp++ = (char)(ch = kobj_getc(file)); in kobj_lex()
348 *cp++ = (char)(ch = kobj_getc(file)); in kobj_lex()
354 if ((ch = kobj_getc(file)) == 'x') { in kobj_lex()
360 ch = kobj_getc(file); in kobj_lex()
367 ch = kobj_getc(file); in kobj_lex()
375 ch = kobj_getc(file); in kobj_lex()
383 ch = kobj_getc(file); in kobj_lex()
390 ch = kobj_getc(file); in kobj_lex()
402 ch = kobj_getc(file); in kobj_lex()
408 ch = kobj_getc(file); in kobj_lex()
441 while ((ch = kobj_getc(file)) != -1) { in kobj_find_eol()
539 while ((ch = kobj_getc(file)) != -1 && !iswhite(ch) && in do_sysfile_cmd()
691 while ((ch = kobj_getc(file)) != -1 && !iswhite(ch) && in do_sysfile_cmd()
719 while ((ch = kobj_getc(file)) == ' ' || ch == '\t') in do_sysfile_cmd()
729 ch = kobj_getc(file); in do_sysfile_cmd()