Searched refs:IFS_WS (Results 1 – 1 of 1) sorted by relevance
68 #define IFS_WS 1 /* have seen IFS white-space */ macro280 word = (f&DOBLANK) ? IFS_WS : IFS_WORD; in expand()982 if (!quote && word == IFS_WS) in expand()1099 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS; in expand()