Home
last modified time | relevance | path

Searched refs:getc_fn (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libtecla/common/
H A Dgetline.c966 static int _gl_parse_config_line(GetLine *gl, void *stream, GlcGetcFn *getc_fn,
6370 static int _gl_parse_config_line(GetLine *gl, void *stream, GlcGetcFn *getc_fn, in _gl_parse_config_line() argument
6382 do c = getc_fn(stream); while(c==' ' || c=='\t'); in _gl_parse_config_line()
6387 do c = getc_fn(stream); while(c != '\n' && c != EOF); in _gl_parse_config_line()
6419 c = getc_fn(stream); in _gl_parse_config_line()
6430 do c = getc_fn(stream); while(c!='\n' && c!=EOF); /* Skip past eol */ in _gl_parse_config_line()
6464 c = getc_fn(stream); in _gl_parse_config_line()
6516 c = getc_fn(stream); in _gl_parse_config_line()