Searched refs:TPAREN (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dsyn.c376 t = nested(TPAREN, '(', ')');
1150 /* we use TPAREN as a helper container here */
1151 t = nested(TPAREN, stok, etok);
1154 /* t->left because nested(TPAREN, ...) hides our goodies there */
H A Dtree.c93 case TPAREN:
1017 OPEN(TPAREN)
H A Dexec.c177 case TPAREN:
H A Dsh.h1300 #define TPAREN 2 /* (c-list) */ macro

Completed in 72 milliseconds