Home
last modified time | relevance | path

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

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