Searched refs:rl_getc_function (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/lukemftp-14/tnftp/libedit/readline/
H A Dreadline.h126 extern Function *rl_getc_function;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dinput.c88 rl_getc_func_t *rl_getc_function = rl_getc; variable
255 k = (*rl_getc_function) (rl_instream);
452 c = (*rl_getc_function) (rl_instream);
H A Dterminal.c81 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
H A Dreadline.h555 extern rl_getc_func_t *rl_getc_function;
760 /* Input error; can be returned by (*rl_getc_function) if readline is reading
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/editline/
H A Dreadline.h132 extern int (*rl_getc_function)(FILE *);
/macosx-10.10.1/libedit-40/src/editline/
H A Dreadline.h133 extern int (*rl_getc_function)(FILE *);
/macosx-10.10.1/ruby-106/ruby/ext/readline/
H A Dreadline.c1714 /* libedit check rl_getc_function only when rl_initialize() is called, */
1717 rl_getc_function = readline_getc;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dreadline.c109 int (*rl_getc_function)(FILE *) = NULL; variable
212 i = (*rl_getc_function)(NULL);
319 if (rl_getc_function)
/macosx-10.10.1/libedit-40/src/
H A Dreadline.c111 int (*rl_getc_function)(FILE *) = NULL; variable
214 i = (*rl_getc_function)(NULL);
318 if (rl_getc_function)

Completed in 419 milliseconds