Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistedit.h205 #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.c342 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */ in rl_initialize()
1244 if (history(h, &ev, H_SETSIZE, max) == 0) { in stifle_history()
1267 history(h, &ev, H_SETSIZE, INT_MAX); in unstifle_history()
H A Dhistory.c1013 case H_SETSIZE: in FUNW()
/dragonfly/usr.sbin/lpr/lpc/
H A Dlpc.c154 history(hist, &he, H_SETSIZE, 100); in cmdscanner()
/dragonfly/bin/sh/
H A Dhistedit.c171 history(hist, &he, H_SETSIZE, histsize); in sethistsize()
/dragonfly/usr.sbin/pppctl/
H A Dpppctl.c408 history(hist, &he, H_SETSIZE, size); in main()
/dragonfly/usr.bin/tftp/
H A Dmain.c589 history(hist, &he, H_SETSIZE, 100); in command()
/dragonfly/usr.bin/units/
H A Dunits.c747 history(inhistory, &ev, H_SETSIZE, 800); in main()
/dragonfly/sbin/fsdb/
H A Dfsdb.c221 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdloop()
/dragonfly/usr.bin/bc/
H A Dbc.y1160 history(hist, &he, H_SETSIZE, 100); in main()
/dragonfly/contrib/tnftp/src/
H A Dutil.c1016 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */ in controlediting()
/dragonfly/usr.sbin/cdcontrol/
H A Dcdcontrol.c1160 history(hist, &he, H_SETSIZE, 100); in input()
/dragonfly/crypto/openssh/
H A Dsftp.c2208 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()