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

/freebsd-13-stable/usr.bin/cut/
H A Dcut.c73 static int is_delim(wchar_t);
375 is_delim(wchar_t ch) function
422 if (is_delim(ch))
449 if (ch == '\n' || is_delim(ch)) {
452 while (is_delim(*p))

Completed in 43 milliseconds