Searched refs:maxpfile (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/awk/
H A Dmain.c51 static size_t maxpfile; /* max program filename */ variable
214 if (npfile >= maxpfile) {
215 maxpfile += 20;
216 pfile = (char **) reallocarray(pfile, maxpfile, sizeof(*pfile));

Completed in 181 milliseconds