Lines Matching refs:kobj_getc
225 while ((ch = kobj_getc(file)) == ' ' || ch == '\t') in kobj_lex()
261 while ((ch = kobj_getc(file)) == ' ' || in kobj_lex()
280 while (!badquote && (ch = kobj_getc(file)) != '"') { in kobj_lex()
298 ch = (char)kobj_getc(file); in kobj_lex()
308 ch = (char)kobj_getc(file); in kobj_lex()
345 *cp++ = (char)(ch = kobj_getc(file)); in kobj_lex()
358 *cp++ = (char)(ch = kobj_getc(file)); in kobj_lex()
364 if ((ch = kobj_getc(file)) == 'x') { in kobj_lex()
370 ch = kobj_getc(file); in kobj_lex()
377 ch = kobj_getc(file); in kobj_lex()
385 ch = kobj_getc(file); in kobj_lex()
393 ch = kobj_getc(file); in kobj_lex()
400 ch = kobj_getc(file); in kobj_lex()
412 ch = kobj_getc(file); in kobj_lex()
418 ch = kobj_getc(file); in kobj_lex()
451 while ((ch = kobj_getc(file)) != -1) { in kobj_find_eol()
549 while ((ch = kobj_getc(file)) != -1 && !iswhite(ch) && in do_sysfile_cmd()
701 while ((ch = kobj_getc(file)) != -1 && !iswhite(ch) && in do_sysfile_cmd()
729 while ((ch = kobj_getc(file)) == ' ' || ch == '\t') in do_sysfile_cmd()
739 ch = kobj_getc(file); in do_sysfile_cmd()