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

/freebsd-10.2-release/release/picobsd/tinyware/msh/
H A Dsh2.c106 if (t->type != TPAREN && t->type != TCOM) {
108 t = block(TPAREN, t, NOBLOCK, NOWORDS);
255 t = nested(TPAREN, ')');
532 if (t->type != TPAREN && t->ioact != NULL) {
533 t = block(TPAREN, t, NOBLOCK, NOWORDS);
H A Dsh.h69 #define TPAREN 2 /* (c-list) */ macro
H A Dsh3.c97 case TPAREN:
332 if (t->type == TPAREN)

Completed in 20 milliseconds