Home
last modified time | relevance | path

Searched refs:ISWS (Results 1 – 1 of 1) sorted by relevance

/src/contrib/one-true-awk/
H A Drun.c1786 #define ISWS(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') in split() macro
1787 while (ISWS(*s)) in split()
1795 while (*s != '\0' && !ISWS(*s)); in split()