Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c43 #define NO_NEWLINE 1 macro
81 if(tflags&NO_NEWLINE) in p_tree()
108 tflags = NO_NEWLINE|NEED_BRACE; in p_tree()
118 tflags = NEED_BRACE|NO_NEWLINE; in p_tree()
122 tflags = NO_NEWLINE; in p_tree()
208 tflags |= NO_NEWLINE; in p_tree()
216 p_tree(t->lst.lstlef,NEED_BRACE|NO_NEWLINE|(tflags&NO_BRACKET)); in p_tree()
252 if(!(tflags&NO_NEWLINE)) in p_tree()
326 p_tree(t->lst.lstlef,NO_BRACKET|NO_NEWLINE); in p_tree()