Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c63 #define IFS_WS 1 /* have seen IFS white-space */ macro
269 word = (f&DOBLANK) ? IFS_WS : IFS_WORD; in expand()
834 if (!quote && word == IFS_WS) in expand()
934 word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS; in expand()