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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_argv.c35 #define DELIMSZ 6 /* max possible size of a delimiter */ macro
601 char dbuf[DELIMSZ];
606 for (j = 0; buf[i] && ' ' != buf[i] && j < DELIMSZ; j++, i++)
609 if (DELIMSZ == j)
623 while (buf[i] && ' ' != buf[i] && j < DELIMSZ)
626 if (DELIMSZ == j)

Completed in 56 milliseconds