Searched refs:readline (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dreadline.c3 Samba readline wrapper implementation
26 # include <readline/readline.h>
28 # include <readline/history.h>
32 # include <readline.h>
94 to force readline not to be used. */
109 ret = readline(prompt);
156 DEBUG(0,("no history without readline support\n"));
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dget_readline.c29 info->readline = 0;
38 /* Libraries we will try to use for readline/editline functionality */
70 /* printf("Using %s for readline library\n", cp); */
79 info->readline = (char *(*)(const char *))
80 dlsym(handle, "readline");
H A Dlisten.c76 if (info->readline) {
77 line = (*info->readline)(current_info->prompt);
118 if (info->readline)
H A Dss_internal.h64 * Dynamic usage of readline library if present
68 char *(*readline)(const char *); member in struct:_ss_data
H A Dinvocation.c74 new_table->readline = 0;
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tests/
H A Duniq-u.c87 readline (struct linebuffer *linebuffer, FILE *stream) function
205 if (readline (prevline, istream) == 0)
213 if (readline (thisline, istream) == 0)
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/hosttools/
H A Dmakereg.c159 static int readline(FILE *str,char *dest,int destlen) function
281 while ((readline(str,regline,sizeof(regline)) >= 0) && (rmax < 100)) {
368 while (readline(str,line,sizeof(line)) >= 0) {
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_ldr_srec.c135 * readline(file,buffer,maxlen)
149 static int readline(linebuf_t *file,char *buffer,int maxlen) function
480 res = readline(&lb,line,sizeof(line));
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dmain.c16 4. A command pattern matcher which is used along with the readline completion feature.
31 #include <readline.h>
68 char last_command_line [80]; /* A simple one command cache, in addition to the readline history */
190 * function, dispatch, to analyze it. We use the readline library
191 * function readline to read the command, hence all the usual readline
193 * readline's history and in our tiny one-command cache, so that only
225 * using the readline library I'm breaking its
233 ptr=readline ("ext2ed > ");
251 /* Emulate readline'
[all...]
H A Dinit.c21 #include <readline.h>
/asus-wl-520gu-7.0.1.45/src/router/wanduck/
H A Dwanduck.h173 int readline(int, char*, int);
H A Dwanduck.c751 perror("readline");
774 perror("readline");
1032 int readline(int fd,char *ptr,int maxlen){ // read a line(\n, \r\n) each time function
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Debian/debian/
H A Drules81 --with-readline \
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Fedora/
H A Dsamba.spec34 BuildRequires: pam-devel, readline-devel, ncurses-devel, fileutils, libacl-devel, openldap-devel, krb5-devel
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A Dconfigure852 --with-readline=DIR Look for readline include/libs in DIR (default=auto)
10448 # test for where we get readline() from
10449 echo "$as_me:$LINENO: checking whether to use readline" >&5
10450 echo $ECHO_N "checking whether to use readline... $ECHO_C" >&6
10452 # Check whether --with-readline or --without-readline was given.
10463 for ac_header in readline.h history.h readline/readline
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dsamba2.spec280 BuildRequires: pam-devel readline-devel libncurses-devel popt-devel

Completed in 256 milliseconds