HomeSort by: relevance | last modified time | path
    Searched refs:H_SETSIZE (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libedit/
histedit.h 208 #define H_SETSIZE 1 /* , const int); */
hist.c 212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num);
history.c 1013 case H_SETSIZE:
  /src/lib/libedit/TEST/
tc1.c 143 history(hist, &ev, H_SETSIZE, 100);
wtc1.c 128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
  /src/usr.sbin/lpr/lpc/
lpc.c 166 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
  /src/usr.sbin/crash/
crash.c 479 history(hist, &he, H_SETSIZE, 100);
  /src/bin/sh/
histedit.c 273 /* H_SETSIZE actually sets n-1 as the limit */
274 history(hist, &he, H_SETSIZE, histsize + 1);
  /src/bin/csh/
set.c 581 history(hi, &ev, H_SETSIZE, getn(value(STRhistory)));
  /src/usr.bin/ftp/
util.c 1005 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */
  /src/usr.bin/mail/
complete.c 1221 if (history(em.hist, &ev, H_SETSIZE, history_size) == -1)
  /src/sbin/fsdb/
fsdb.c 368 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
  /src/usr.bin/cdplay/
cdplay.c 287 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */

Completed in 40 milliseconds