Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dc_sh.c381 if (Xlength(cs, cp) == 0 && ctype(c, C_IFSWS))
391 && ctype(cp[-1], C_IFSWS))
H A Dsh.h423 #define C_IFSWS BIT(4) /* \t \n (IFS white space) */ macro
H A Dlex.c1079 while (*p && ctype(*p, C_IFS) && ctype(*p, C_IFSWS))