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