Home
last modified time | relevance | path

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

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