/freebsd/contrib/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()
|
/freebsd/sys/powerpc/pseries/ |
H A D | mmu_phyp.c | 440 result = phyp_pft_hcall(H_ENTER, 0, pvo->pvo_pte.slot, pte->pte_hi, in mphyp_pte_insert_locked() 457 result = phyp_pft_hcall(H_ENTER, 0, pvo->pvo_pte.slot, in mphyp_pte_insert_locked() 508 result = phyp_pft_hcall(H_ENTER, H_EXACT, index, pte->pte_hi, in mphyp_pte_evict_and_insert_locked()
|
H A D | phyp-hvcall.h | 190 #define H_ENTER 0x08 macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 191 history(ntp_hist, &hev, H_ENTER, cline); in ntp_readline()
|
/freebsd/contrib/libedit/ |
H A D | histedit.h | 215 #define H_ENTER 10 /* , const wchar_t *); */ macro
|
H A D | history.c | 1031 case H_ENTER: in FUNW()
|
H A D | readline.c | 1538 if (history(h, &ev, H_ENTER, line) == -1) in add_history()
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 201 history(hist, &hist_ev, H_ENTER, f_s); in main() 571 history(hist, &hist_ev, H_ENTER, line); in main()
|
/freebsd/usr.sbin/pppctl/ |
H A D | pppctl.c | 297 history(td->hist, H_ENTER, l); in Terminal() 299 history(td->hist, &hev, H_ENTER, l); in Terminal()
|
/freebsd/usr.bin/units/ |
H A D | units.c | 854 history(inhistory, &ev, H_ENTER, in main() 871 history(inhistory, &ev, H_ENTER, in main()
|
/freebsd/usr.bin/bc/ |
H A D | scan.l | 353 history(hist, &he, H_ENTER, bp);
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 176 history(hist, &he, H_ENTER, bp); in cmdscanner()
|
/freebsd/bin/sh/ |
H A D | input.c | 251 history(hist, &he, whichprompt == 1 ? H_ENTER : H_ADD, in preadbuffer()
|
H A D | histedit.c | 423 history(hist, &he, H_ENTER, s); in histcmd()
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 267 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine()
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 321 history(hist, &hev, H_ENTER, buf); in DoInteractive()
|
/freebsd/contrib/tnftp/src/ |
H A D | main.c | 706 history(hist, &ev, H_ENTER, buf); in cmdscanner()
|
/freebsd/usr.bin/tftp/ |
H A D | main.c | 748 history(hist, hep, H_ENTER, bp); in command()
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 286 history(hist, &he, H_ENTER, elline); in cmdloop()
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 1193 history(hist, &he, H_ENTER, bp); in input()
|
/freebsd/contrib/bc/src/ |
H A D | history.c | 306 history(h->hist, &bc_history_event, H_ENTER, line); in bc_history_line()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 263 history_w(m_history, &m_event, H_ENTER, line_cstr); in Enter()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2325 history(hl, &hev, H_ENTER, line); in interactive_loop()
|