Searched refs:H_ENTER (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/bin/csh/ |
| H A D | hist.c | 95 history(hi, &ev, H_ENTER, h); in loadhist() 110 history(hi, &ev, H_ENTER, h); in enthist()
|
| /netbsd-src/lib/libedit/TEST/ |
| H A D | tc1.c | 221 history(hist, &ev, H_ENTER, buf); in main() 226 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main()
|
| H A D | wtc1.c | 193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main()
|
| /netbsd-src/external/bsd/ntp/dist/libntp/ |
| H A D | ntp_lineedit.c | 193 history(ntp_hist, &hev, H_ENTER, cline); in ntp_readline()
|
| /netbsd-src/lib/libedit/ |
| H A D | histedit.h | 215 #define H_ENTER 10 /* , const wchar_t *); */ macro
|
| H A D | history.c | 1034 case H_ENTER: in FUNW()
|
| H A D | readline.c | 1540 if (history(h, &ev, H_ENTER, line) == -1) in add_history()
|
| /netbsd-src/external/bsd/bc/dist/ |
| H A D | scan.l | 106 history (hist, &histev, H_ENTER, bcel_line); in bcel_input()
|
| /netbsd-src/usr.sbin/lpr/lpc/ |
| H A D | lpc.c | 179 history(hist, &he, H_ENTER, elline); in cmdscanner()
|
| /netbsd-src/usr.sbin/crash/ |
| H A D | crash.c | 272 history(hist, &he, H_ENTER, el); in db_readline()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 272 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine()
|
| /netbsd-src/usr.bin/ftp/ |
| H A D | main.c | 728 history(hist, &ev, H_ENTER, buf); in cmdscanner()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | complete.c | 1171 if (*p && history(em->hist, &ev, H_ENTER, line) == 0) in my_gets()
|
| /netbsd-src/usr.bin/cdplay/ |
| H A D | cdplay.c | 301 history(hist, &he, H_ENTER, elline); in main()
|
| /netbsd-src/sbin/fsdb/ |
| H A D | fsdb.c | 380 history(hist, &he, H_ENTER, elline); in cmdloop()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sftp.c | 2341 history(hl, &hev, H_ENTER, line); in interactive_loop()
|