OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H_SETSIZE
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
ntp_lineedit.c
53
# ifndef
H_SETSIZE
54
# define
H_SETSIZE
H_EVENT
109
#ifdef
H_SETSIZE
110
history(ntp_hist, &hev,
H_SETSIZE
, 128);
/src/external/bsd/bc/dist/
bcdefs.h
196
#define HISTORY_SIZE(n) history(hist, &histev,
H_SETSIZE
, n)
197
#define UNLIMIT_HISTORY history(hist, &histev,
H_SETSIZE
, INT_MAX)
main.c
252
history (hist, &histev,
H_SETSIZE
, INT_MAX);
/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/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp
229
::history(Data->Hist, &HE,
H_SETSIZE
, 800);
/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 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026