IFS_WS
word = (f&DOBLANK) ? IFS_WS : IFS_WORD;
if (!quote && word == IFS_WS)
word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS;