Home
last modified time | relevance | path

Searched refs:H_SETSIZE (Results 1 – 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
HDntp_lineedit.c51 # ifndef H_SETSIZE
52 # define H_SETSIZE H_EVENT macro
107 #ifdef H_SETSIZE in ntp_readline_init()
108 history(ntp_hist, &hev, H_SETSIZE, 128); in ntp_readline_init()
/freebsd-13-stable/contrib/libedit/
HDhistedit.h206 #define H_SETSIZE 1 /* , const int); */ macro
HDhist.c212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command()
HDreadline.c338 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */ in rl_initialize()
1236 if (history(h, &ev, H_SETSIZE, max) == 0) { in stifle_history()
1259 history(h, &ev, H_SETSIZE, INT_MAX); in unstifle_history()
HDhistory.c1010 case H_SETSIZE: in FUNW()
/freebsd-13-stable/contrib/libedit/TEST/
HDtc1.c143 history(hist, &ev, H_SETSIZE, 100); in main()
HDwtc1.c128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main()
/freebsd-13-stable/usr.sbin/lpr/lpc/
HDlpc.c166 history(hist, &he, H_SETSIZE, 100); in cmdscanner()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LineEditor/
HDLineEditor.cpp224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
/freebsd-13-stable/usr.sbin/ngctl/
HDmain.c309 history(hist, &hev, H_SETSIZE, 100); in DoInteractive()
/freebsd-13-stable/usr.sbin/gstat/
HDgstat.c192 history(hist, &hist_ev, H_SETSIZE, 100); in main()
/freebsd-13-stable/bin/sh/
HDhistedit.c242 history(hist, &he, H_SETSIZE, histsize); in sethistsize()
/freebsd-13-stable/usr.sbin/pppctl/
HDpppctl.c594 history(td.hist, &hev, H_SETSIZE, size); in main()
/freebsd-13-stable/usr.bin/units/
HDunits.c836 history(inhistory, &ev, H_SETSIZE, 800); in main()
/freebsd-13-stable/usr.bin/tftp/
HDmain.c194 history(hist, &he, H_SETSIZE, 100); in main()
/freebsd-13-stable/usr.bin/bc/
HDbc.y1204 history(hist, &he, H_SETSIZE, 100); in main()
/freebsd-13-stable/sbin/fsdb/
HDfsdb.c274 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdloop()
/freebsd-13-stable/contrib/tnftp/src/
HDutil.c984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */ in controlediting()
/freebsd-13-stable/usr.sbin/cdcontrol/
HDcdcontrol.c1177 history(hist, &he, H_SETSIZE, 100); in input()
/freebsd-13-stable/contrib/bc/src/
HDhistory.c204 history(h->hist, &bc_history_event, H_SETSIZE, 100); in bc_history_init()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp198 history_w(m_history, &m_event, H_SETSIZE, size); in EditlineHistory()
/freebsd-13-stable/crypto/openssh/
HDsftp.c2226 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()
HDconfigure.ac1820 int i = H_SETSIZE;