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

/openbsd-current/usr.bin/mandoc/
H A Dmdoc_argv.c33 #define MULTI_STEP 5 /* pre-allocate argument values */ macro
653 if (v->sz % MULTI_STEP == 0)
655 v->sz + MULTI_STEP, sizeof(char *));

Completed in 118 milliseconds