Searched defs:getc_fn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c966 static int _gl_parse_config_line(GetLine *gl, void *stream, GlcGetcFn *getc_fn,
6356 * by getc_fn().
6357 * getc_fn GlcGetcFn * A callback function which when called with
6370 static int _gl_parse_config_line(GetLine *gl, void *stream, GlcGetcFn *getc_fn, argument
6382 do c = getc_fn(stream); while(c==' ' || c=='\t');
6387 do c = getc_fn(stream); while(c != '\n' && c != EOF);
6419 c = getc_fn(stream);
6430 do c = getc_fn(stream); while(c!='\n' && c!=EOF); /* Skip past eol */
6464 c = getc_fn(stream);
6516 c = getc_fn(strea
[all...]

Completed in 81 milliseconds