OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxwraps
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/m4/
extern.h
179
extern int
maxwraps
; /* size of m4wraps array */
eval.c
820
if (wrapindex >=
maxwraps
) {
821
if (
maxwraps
== 0)
822
maxwraps
= 16;
824
maxwraps
*= 2;
825
m4wraps = xreallocarray(m4wraps,
maxwraps
, sizeof(*m4wraps),
main.c
78
int
maxwraps
= 0; /* size of m4wraps array */
variable
Completed in 55 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026