Home
last modified time | relevance | path

Searched refs:IFS_WORD (Results 1 - 1 of 1) sorted by relevance

/third_party/mksh/
H A Deval.c67 #define IFS_WORD 0 /* word has chars (or quotes except "$@") */ macro
71 #define IFS_QUOTE 4 /* beg.w/quote, become IFS_WORD unless "$@" */
280 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()
[all...]

Completed in 2 milliseconds