Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dexpand.c76 enum wordstate { WORD_IDLE, WORD_WS_DELIMITED, WORD_QUOTEMARK }; enumerator
169 dst->state != WORD_WS_DELIMITED) || c == '\0') { in nextword()
175 dst->state = is_ws ? WORD_WS_DELIMITED : WORD_IDLE; in nextword()
176 } else if (!is_ws && dst->state == WORD_WS_DELIMITED) in nextword()