Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c44 #define NEED_BRACE 2 macro
79 int needbrace = (tflags&NEED_BRACE); in p_tree()
80 tflags &= ~NEED_BRACE; in p_tree()
106 tflags |= NEED_BRACE; in p_tree()
108 tflags = NO_NEWLINE|NEED_BRACE; in p_tree()
115 tflags |= NEED_BRACE; in p_tree()
118 tflags = NEED_BRACE|NO_NEWLINE; in p_tree()
216 p_tree(t->lst.lstlef,NEED_BRACE|NO_NEWLINE|(tflags&NO_BRACKET)); in p_tree()
233 p_tree(t->lst.lstrit,tflags|NEED_BRACE); in p_tree()