Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dhist.c95 history(hi, &ev, H_ENTER, h); in loadhist()
110 history(hi, &ev, H_ENTER, h); in enthist()
/netbsd-src/lib/libedit/TEST/
H A Dtc1.c221 history(hist, &ev, H_ENTER, buf); in main()
226 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main()
H A Dwtc1.c193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main()
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dntp_lineedit.c193 history(ntp_hist, &hev, H_ENTER, cline); in ntp_readline()
/netbsd-src/lib/libedit/
H A Dhistedit.h215 #define H_ENTER 10 /* , const wchar_t *); */ macro
H A Dhistory.c1034 case H_ENTER: in FUNW()
H A Dreadline.c1540 if (history(h, &ev, H_ENTER, line) == -1) in add_history()
/netbsd-src/external/bsd/bc/dist/
H A Dscan.l106 history (hist, &histev, H_ENTER, bcel_line); in bcel_input()
/netbsd-src/usr.sbin/lpr/lpc/
H A Dlpc.c179 history(hist, &he, H_ENTER, elline); in cmdscanner()
/netbsd-src/usr.sbin/crash/
H A Dcrash.c272 history(hist, &he, H_ENTER, el); in db_readline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp272 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine()
/netbsd-src/usr.bin/ftp/
H A Dmain.c728 history(hist, &ev, H_ENTER, buf); in cmdscanner()
/netbsd-src/usr.bin/mail/
H A Dcomplete.c1171 if (*p && history(em->hist, &ev, H_ENTER, line) == 0) in my_gets()
/netbsd-src/usr.bin/cdplay/
H A Dcdplay.c301 history(hist, &he, H_ENTER, elline); in main()
/netbsd-src/sbin/fsdb/
H A Dfsdb.c380 history(hist, &he, H_ENTER, elline); in cmdloop()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c2341 history(hl, &hev, H_ENTER, line); in interactive_loop()