Lines Matching defs:delim
62 "[t:separator|tabs]:[delim?Use \adelim\a as the field separator for both input"
155 int delim;
198 jp->delim = -1;
318 if (jp->delim == '\n') /* handle new-line delimiter specially */
337 if (jp->delim == -1)
391 if (n == jp->delim)
396 if (jp->delim == -1 && iswspace(n))
485 if ((n = jp->delim) == -1)
907 jp->delim = mbchar(cp);
917 jp->delim = n;