OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXLIST
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpq/
libntpq.h
29
#ifndef
MAXLIST
30
#define
MAXLIST
64
75
extern struct ntpq_varlist ntpq_varlist[
MAXLIST
];
libntpq.c
37
struct ntpq_varlist ntpq_varlist[
MAXLIST
];
ntpq-subs.c
220
#define
MAXLIST
128 /* maximum variables in list */
281
} g_varlist[
MAXLIST
] = { { 0, 0 } };
466
for (vl = list; vl < list +
MAXLIST
&& vl->name != NULL; vl++)
469
if (vl < list +
MAXLIST
)
537
for ( ; (vl+1) < (g_varlist +
MAXLIST
)
558
for (vl = vlist; vl < vlist +
MAXLIST
&& vl->name != 0; vl++) {
587
for (vl = vlist; vl < vlist +
MAXLIST
&& vl->name != 0; vl++) {
655
for (n = 0; n <
MAXLIST
&& vlist[n].name != NULL; n++) {
859
struct varlist tmplist[
MAXLIST
];
899
struct varlist tmplist[
MAXLIST
];
[
all
...]
/src/usr.bin/ctags/test/
ctags.test
34
#define TWOLINE ((
MAXLIST
+ FUTURE + 15) \
Completed in 17 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026