kobj_getc
return (kobj_getc(f));
while ((ch = kobj_getc(file)) == ' ' || ch == '\t')
while ((ch = kobj_getc(file)) == ' ' ||
while (!badquote && (ch = kobj_getc(file)) != '"') {
ch = (char)kobj_getc(file);
ch = (char)kobj_getc(file);
*cp++ = (char)(ch = kobj_getc(file));
*cp++ = (char)(ch = kobj_getc(file));
if ((ch = kobj_getc(file)) == 'x') {
ch = kobj_getc(file);
ch = kobj_getc(file);
ch = kobj_getc(file);
ch = kobj_getc(file);
ch = kobj_getc(file);
ch = kobj_getc(file);
ch = kobj_getc(file);
while ((ch = kobj_getc(file)) != -1) {
while ((ch = kobj_getc(file)) != -1 && !iswhite(ch) &&
while ((ch = kobj_getc(file)) != -1 && !iswhite(ch) &&
while ((ch = kobj_getc(file)) == ' ' || ch == '\t')
ch = kobj_getc(file);