| /netbsd-src/external/bsd/ntp/dist/libntp/ |
| H A D | ntp_lineedit.c | 53 # 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 D | bcdefs.h | 196 #define HISTORY_SIZE(n) history(hist, &histev, H_SETSIZE, n) 197 #define UNLIMIT_HISTORY history(hist, &histev, H_SETSIZE, INT_MAX)
|
| H A D | main.c | 252 history (hist, &histev, H_SETSIZE, INT_MAX); in main()
|
| /netbsd-src/lib/libedit/ |
| H A D | histedit.h | 206 #define H_SETSIZE 1 /* , const int); */ macro
|
| H A D | hist.c | 212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command()
|
| H A D | readline.c | 340 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 D | history.c | 1013 case H_SETSIZE: in FUNW()
|
| /netbsd-src/lib/libedit/TEST/ |
| H A D | tc1.c | 143 history(hist, &ev, H_SETSIZE, 100); in main()
|
| H A D | wtc1.c | 128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main()
|
| /netbsd-src/usr.sbin/lpr/lpc/ |
| H A D | lpc.c | 166 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdscanner()
|
| /netbsd-src/usr.sbin/crash/ |
| H A D | crash.c | 479 history(hist, &he, H_SETSIZE, 100); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 229 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
|
| /netbsd-src/bin/csh/ |
| H A D | set.c | 581 history(hi, &ev, H_SETSIZE, getn(value(STRhistory))); in updateediting()
|
| /netbsd-src/usr.bin/ftp/ |
| H A D | util.c | 1005 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */ in controlediting()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | complete.c | 1221 if (history(em.hist, &ev, H_SETSIZE, history_size) == -1) in init_el_mode()
|
| /netbsd-src/usr.bin/cdplay/ |
| H A D | cdplay.c | 287 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in main()
|
| /netbsd-src/sbin/fsdb/ |
| H A D | fsdb.c | 368 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */ in cmdloop()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sftp.c | 2241 history(hl, &hev, H_SETSIZE, 100); in interactive_loop()
|