Searched refs:IFS_QUOTE (Results 1 – 1 of 1) sorted by relevance
71 #define IFS_QUOTE 4 /* beg.w/quote, become IFS_WORD unless "$@" */ macro306 word = IFS_QUOTE; in expand()311 if (word == IFS_QUOTE) in expand()413 if (word == IFS_QUOTE && type != XNULLSUB) in expand()1063 if ((word == IFS_WORD) || (word == IFS_QUOTE) || (c && in expand()