Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c2949 if (te->flags & TEF_DBRACKET) { in test_eval()
2958 if (te->flags & TEF_DBRACKET) { in test_eval()
3113 if ((te->flags & TEF_DBRACKET) || (&te->pos.wp[1] < te->wp_end && in test_primary()
Dsyn.c434 te.flags = TEF_DBRACKET; in get_command()
Dexec.c305 te.flags = TEF_DBRACKET; in execute()
Dsh.h2711 #define TEF_DBRACKET BIT(1) /* set if [[ .. ]] test */ macro