Lines Matching defs:delim
61 static char *delim = dflt_delim;
73 delim = strdup(optarg);
74 delimcnt = tr(delim);
114 /* Start with the NUL at the end of 'delim' ... */
115 dp = delim + delimcnt;
134 if (dp >= delim + delimcnt)
135 dp = delim;
151 if (dp >= delim + delimcnt)
152 dp = delim;
176 for (cnt = 0, dp = delim;;) {
187 dp = delim;