Searched refs:editline (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/libedit-40/xcodescripts/
H A Dinstall_misc.sh22 mkdir -p $DSTROOT/usr/include/readline $DSTROOT/usr/include/editline
24 install -g $ALTERNATE_GROUP -o $ALTERNATE_OWNER -m $ALTERNATE_MODE $SRCROOT/src/editline/readline.h $DSTROOT/usr/include/editline
26 ln -s ../editline/readline.h $DSTROOT/usr/include/readline/$h
32 install -m 0644 $SRCROOT/doc/editline.3 $DSTROOT/usr/share/man/man3
34 ln -s editline.3 $DSTROOT/usr/share/man/man3/$m
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Del.h112 struct editline { struct
H A Dhistedit.h54 typedef struct editline EditLine;
101 * Parses argc, argv array and executes builtin editline commands
106 * Low level editline access functions
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del.h116 struct editline { struct
H A Dhistedit.h59 typedef struct editline EditLine;
106 * Parses argc, argv array and executes builtin editline commands
111 * Low level editline access functions
/macosx-10.10/libedit-40/src/
H A Del.h123 struct editline { struct
H A Dhistedit.h57 typedef struct editline EditLine;
104 * Parses argc, argv array and executes builtin editline commands
109 * Low level editline access functions
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dfileman.c26 #include <editline/readline.h>
69 { "history", com_history, "List editline history" },
/macosx-10.10/nano-12/src/
H A Dfiles.c2341 int longest_name = 0, columns, editline = 0; local
2379 wmove(edit, editline, (longest_name + 2) *
2383 editline == editwinrows - 1 &&
2395 editline++;
/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dreadline.c33 #include <editline/readline.h>
106 * libedit:: http://www.thrysoee.dk/editline/
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c1894 fatal("Couldn't initialise editline");
1896 fatal("Couldn't initialise editline history");

Completed in 155 milliseconds