Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c440 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 Dphyp-hvcall.h190 #define H_ENTER 0x08 macro
/freebsd/contrib/ntp/libntp/
H A Dntp_lineedit.c191 history(ntp_hist, &hev, H_ENTER, cline); in ntp_readline()
/freebsd/contrib/libedit/
H A Dhistedit.h215 #define H_ENTER 10 /* , const wchar_t *); */ macro
H A Dhistory.c1031 case H_ENTER: in FUNW()
H A Dreadline.c1538 if (history(h, &ev, H_ENTER, line) == -1) in add_history()
/freebsd/usr.sbin/gstat/
H A Dgstat.c201 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 Dpppctl.c297 history(td->hist, H_ENTER, l); in Terminal()
299 history(td->hist, &hev, H_ENTER, l); in Terminal()
/freebsd/usr.bin/units/
H A Dunits.c854 history(inhistory, &ev, H_ENTER, in main()
871 history(inhistory, &ev, H_ENTER, in main()
/freebsd/usr.bin/bc/
H A Dscan.l353 history(hist, &he, H_ENTER, bp);
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c176 history(hist, &he, H_ENTER, bp); in cmdscanner()
/freebsd/bin/sh/
H A Dinput.c251 history(hist, &he, whichprompt == 1 ? H_ENTER : H_ADD, in preadbuffer()
H A Dhistedit.c423 history(hist, &he, H_ENTER, s); in histcmd()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp267 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine()
/freebsd/usr.sbin/ngctl/
H A Dmain.c321 history(hist, &hev, H_ENTER, buf); in DoInteractive()
/freebsd/contrib/tnftp/src/
H A Dmain.c706 history(hist, &ev, H_ENTER, buf); in cmdscanner()
/freebsd/usr.bin/tftp/
H A Dmain.c748 history(hist, hep, H_ENTER, bp); in command()
/freebsd/sbin/fsdb/
H A Dfsdb.c286 history(hist, &he, H_ENTER, elline); in cmdloop()
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c1193 history(hist, &he, H_ENTER, bp); in input()
/freebsd/contrib/bc/src/
H A Dhistory.c306 history(h->hist, &bc_history_event, H_ENTER, line); in bc_history_line()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp263 history_w(m_history, &m_event, H_ENTER, line_cstr); in Enter()
/freebsd/crypto/openssh/
H A Dsftp.c2325 history(hl, &hev, H_ENTER, line); in interactive_loop()