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