HomeSort by relevance Sort by last modified time
    Searched refs:rl_getc_function (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/editline/
readline.h 135 extern int (*rl_getc_function)(FILE *);
  /prebuilts/libs/libedit/include/editline/
readline.h 135 extern int (*rl_getc_function)(FILE *);
  /external/e2fsprogs/ext2ed/
main.c 207 rl_getc_function = rl_getc_replacement;
  /external/libedit/src/
readline.c 119 int (*rl_getc_function)(FILE *) = NULL; variable
221 i = (*rl_getc_function)(NULL);
325 if (rl_getc_function)
    [all...]

Completed in 130 milliseconds