Searched refs:IFS_WORD (Results 1 – 1 of 1) sorted by relevance
67 #define IFS_WORD 0 /* word has chars (or quotes except "$@") */ macro280 word = (f&DOBLANK) ? IFS_WS : IFS_WORD; in expand()305 if (word != IFS_WORD) in expand()312 word = IFS_WORD; in expand()322 word = IFS_WORD; in expand()356 word = IFS_WORD; in expand()414 word = IFS_WORD; in expand()714 word = IFS_WORD; in expand()759 word = IFS_WORD; in expand()801 word = quote || (!*x.str && (f & DOSCALAR)) ? IFS_WORD : IFS_IWS; in expand()[all …]