Searched refs:IFS_NWS (Results 1 – 1 of 1) sorted by relevance
58 #define IFS_NWS 2 /* have seen IFS non-white-space */ macro897 (!ctype(c, C_IFSWS) && c && word == IFS_NWS)) { in expand()929 if (word != IFS_NWS) in expand()930 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS; in expand()933 if (word == IFS_NWS && in expand()