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

/freebsd-10.1-release/usr.bin/cut/
H A Dcut.c71 static int is_delim(wchar_t);
367 is_delim(wchar_t ch) function
414 if (is_delim(ch))
441 if (ch == '\n' || is_delim(ch)) {
444 while (is_delim(*p))

Completed in 46 milliseconds