Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c429 t = newtp(TDBRACKET); in get_command()
527 if (t->type == TCOM || t->type == TDBRACKET) { in get_command()
Dtree.c127 case TDBRACKET: in ptree()
1068 OPEN(TDBRACKET) in dumptree()
Dexec.c303 case TDBRACKET: { in execute()
Dsh.h1897 #define TDBRACKET 8 /* [[ .. ]] */ macro