Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc_argv.c33 #define MULTI_STEP 5 /* pre-allocate argument values */ macro
669 if (v->sz % MULTI_STEP == 0) in argv_multi()
671 v->sz + MULTI_STEP, sizeof(char *)); in argv_multi()