Home
last modified time | relevance | path

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

/titanic_41/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); typedef
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) in GLC_GETC_FN() function
6564 static GLC_GETC_FN(glc_buff_getc) in GLC_GETC_FN() function