Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dsem.c93 case NODE_PAREN: in execute()
199 if (t->t_dtyp == NODE_PAREN || in execute()
378 if (t->t_dtyp != NODE_PAREN) in execute()
H A Dparse.c266 t->t_dtyp = NODE_PAREN; in syn0()
602 t->t_dtyp = NODE_PAREN; in syn3()
628 case NODE_PAREN: in freesyn()
H A Dcsh.h310 #define NODE_PAREN 2 /* ( t_dspr ) <t_dlef >t_drit */ macro
H A Dproc.c525 case NODE_PAREN: in padd()