Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dntp_lineedit.c53 # ifndef H_SETSIZE
54 # define H_SETSIZE H_EVENT macro
109 #ifdef H_SETSIZE in ntp_readline_init()
110 history(ntp_hist, &hev, H_SETSIZE, 128); in ntp_readline_init()
/netbsd-src/external/bsd/bc/dist/
H A Dbcdefs.h196 #define HISTORY_SIZE(n) history(hist, &histev, H_SETSIZE, n)
197 #define UNLIMIT_HISTORY history(hist, &histev, H_SETSIZE, INT_MAX)
H A Dmain.c252 history (hist, &histev, H_SETSIZE, INT_MAX); in main()
/netbsd-src/lib/libedit/
H A Dhistedit.h206 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhist.c212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command()
H A Dreadline.c340 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */ in rl_initialize()
1242 if (history(h, &ev, H_SETSIZE, max) == 0) { in stifle_history()
1265 history(h, &ev, H_SETSIZE, INT_MAX); in unstifle_history()
H A Dhistory.c1013 case H_SETSIZE: in FUNW()
/netbsd-src/lib/libedit/TEST/
H A Dtc1.c143 history(hist, &ev, H_SETSIZE, 100); in main()
H A Dwtc1.c128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main()
/netbsd-src/usr.sbin/lpr/lpc/
H A Dlpc.c166 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdscanner()
/netbsd-src/usr.sbin/crash/
H A Dcrash.c479 history(hist, &he, H_SETSIZE, 100); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp229 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
/netbsd-src/bin/csh/
H A Dset.c581 history(hi, &ev, H_SETSIZE, getn(value(STRhistory))); in updateediting()
/netbsd-src/usr.bin/ftp/
H A Dutil.c1005 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */ in controlediting()
/netbsd-src/usr.bin/mail/
H A Dcomplete.c1221 if (history(em.hist, &ev, H_SETSIZE, history_size) == -1) in init_el_mode()
/netbsd-src/usr.bin/cdplay/
H A Dcdplay.c287 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in main()
/netbsd-src/sbin/fsdb/
H A Dfsdb.c368 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdloop()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c2241 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()