Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dsyn.c405 t = newtp(TDBRACKET); in get_command()
503 if (t->type == TCOM || t->type == TDBRACKET) { in get_command()
Dtree.c114 case TDBRACKET: in ptree()
1036 OPEN(TDBRACKET) in dumptree()
Dexec.c315 case TDBRACKET: { in execute()
Dsh.h1306 #define TDBRACKET 8 /* [[ .. ]] */ macro