Searched refs:H_SETSIZE (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/bc-21/bc/bc/
H A Dbcdefs.h181 #define HISTORY_SIZE(n) history(hist, &histev, H_SETSIZE, n)
182 #define UNLIMIT_HISTORY history(hist, &histev, H_SETSIZE, INT_MAX)
H A Dmain.c248 history (hist, &histev, H_SETSIZE, INT_MAX);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistedit.h176 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhist.c175 return history(el->el_history.ref, &ev, H_SETSIZE, num);
H A Dreadline.c236 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
1042 if (history(h, &ev, H_SETSIZE, max) == 0)
1056 history(h, &ev, H_SETSIZE, INT_MAX);
H A Dhistory.c828 case H_SETSIZE:
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistedit.h202 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhist.c181 return history(el->el_history.ref, &ev, H_SETSIZE, num);
H A Dreadline.c310 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
1130 if (history(h, &ev, H_SETSIZE, max) == 0)
1144 history(h, &ev, H_SETSIZE, INT_MAX);
H A Dhistory.c942 case H_SETSIZE:
/macosx-10.10/libedit-40/src/
H A Dhistedit.h200 #define H_SETSIZE 1 /* , const int); */ macro
H A Dhist.c181 return FUNW(history)(el->el_history.ref, &ev, H_SETSIZE, num);
H A Dreadline.c309 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
1138 if (history(h, &ev, H_SETSIZE, max) == 0)
1152 history(h, &ev, H_SETSIZE, INT_MAX);
H A Dhistory.c990 case H_SETSIZE:
/macosx-10.10/ntp-92/libntp/
H A Dntp_lineedit.c97 history(ntp_hist, &hev, H_SETSIZE, 128);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dtc1.c148 history(hist, &ev, H_SETSIZE, 100);
H A Dwtc1.c121 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dscutil.c672 (void)history(src->h, &ev, H_SETSIZE, INT_MAX);
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dmain.c748 history(hist, &he, H_SETSIZE, 100);
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dutil.c992 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */
/macosx-10.10/OpenSSH-189/openssh/
H A Dconfigure9321 int i = H_SETSIZE;

Completed in 193 milliseconds