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

/openbsd-current/usr.bin/mandoc/
H A Dmdoc_argv.c34 #define DELIMSZ 6 /* max possible size of a delimiter */ macro
599 char dbuf[DELIMSZ];
604 for (j = 0; buf[i] && ' ' != buf[i] && j < DELIMSZ; j++, i++)
607 if (DELIMSZ == j)
621 while (buf[i] && ' ' != buf[i] && j < DELIMSZ)
624 if (DELIMSZ == j)

Completed in 176 milliseconds