Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/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()
243 if(!(tflags&NO_NEWLINE)) in p_tree()
317 p_tree(t->lst.lstlef,NO_BRACKET|NO_NEWLINE); in p_tree()