Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.parse.c263 t->t_dtyp = NODE_PAREN; in syn0()
636 t->t_dtyp = NODE_PAREN; in syn3()
663 case NODE_PAREN: in freesyn()
H A Dsh.sem.c198 case NODE_PAREN: in execute()
388 if (t->t_dtyp == NODE_PAREN || in execute()
665 if (t->t_dtyp != NODE_PAREN) { in execute()
H A Dsh.h885 #define NODE_PAREN 2 /* ( t_dspr ) <t_dlef >t_drit */ macro
H A Dsh.proc.c851 case NODE_PAREN: in padd()