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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c957 #define GLC_GETC_FN(fn) int (fn)(void *stream) macro
958 typedef GLC_GETC_FN(GlcGetcFn);
960 static GLC_GETC_FN(glc_file_getc); /* Read from a file */
961 static GLC_GETC_FN(glc_buff_getc); /* Read from a string */
6554 static GLC_GETC_FN(glc_file_getc) function
6564 static GLC_GETC_FN(glc_buff_getc) function

Completed in 107 milliseconds