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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c954 * Define the callback function used by _gl_parse_config_line() to
966 static int _gl_parse_config_line(GetLine *gl, void *stream, GlcGetcFn *getc_fn,
6299 waserr = _gl_parse_config_line(gl, fp, glc_file_getc, filename, who,
6341 waserr = _gl_parse_config_line(gl, &bptr, glc_buff_getc, "", who, &lineno);
6370 static int _gl_parse_config_line(GetLine *gl, void *stream, GlcGetcFn *getc_fn, function
6522 * This is a private function of _gl_parse_config_line() which prints
6551 * This is the _gl_parse_config_line() callback function which reads the
6560 * This is the _gl_parse_config_line() callback function which reads the

Completed in 137 milliseconds