Home
last modified time | relevance | path

Searched refs:IFS_NWS (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Deval.c58 #define IFS_NWS 2 /* have seen IFS non-white-space */ macro
897 (!ctype(c, C_IFSWS) && c && word == IFS_NWS)) { in expand()
929 if (word != IFS_NWS) in expand()
930 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS; in expand()
933 if (word == IFS_NWS && in expand()