Searched refs:IFS_WORD (Results 1 – 1 of 1) sorted by relevance
62 #define IFS_WORD 0 /* word has chars (or quotes except "$@") */ macro269 word = (f&DOBLANK) ? IFS_WS : IFS_WORD; in expand()294 if (word != IFS_WORD) in expand()301 word = IFS_WORD; in expand()309 word = IFS_WORD; in expand()334 word = IFS_WORD; in expand()391 word = IFS_WORD; in expand()639 word = IFS_WORD; in expand()684 word = IFS_WORD; in expand()726 word = quote || (!*x.str && (f & DOSCALAR)) ? IFS_WORD : IFS_IWS; in expand()[all …]