Searched refs:DELIMSZ (Results 1 – 1 of 1) sorted by relevance
34 #define DELIMSZ 6 /* max possible size of a delimiter */ macro615 char dbuf[DELIMSZ]; in args_checkpunct()620 for (j = 0; buf[i] && ' ' != buf[i] && j < DELIMSZ; j++, i++) in args_checkpunct()623 if (DELIMSZ == j) in args_checkpunct()637 while (buf[i] && ' ' != buf[i] && j < DELIMSZ) in args_checkpunct()640 if (DELIMSZ == j) in args_checkpunct()