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

/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_argv.c36 #define DELIMSZ 6 /* max possible size of a delimiter */ macro
602 char dbuf[DELIMSZ];
607 for (j = 0; buf[i] && ' ' != buf[i] && j < DELIMSZ; j++, i++)
610 if (DELIMSZ == j)
624 while (buf[i] && ' ' != buf[i] && j < DELIMSZ)
627 if (DELIMSZ == j)

Completed in 171 milliseconds