Searched refs:maxregexp (Results 1 – 1 of 1) sorted by relevance
119 size_t maxregexp = MAXREGEXP; in main() local131 regexp = (char **)calloc(maxregexp, sizeof (char *)); in main()163 if (nregexp == maxregexp) { in main()164 maxregexp += MAXREGEXP; in main()166 maxregexp * sizeof (char *)); in main()173 (maxregexp - nregexp) * in main()