Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c3175 if (te->flags & TEF_DBRACKET) in test_eval()
3181 if (te->flags & TEF_DBRACKET) in test_eval()
3333 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.c322 te.flags = TEF_DBRACKET; in execute()
Dsh.h2077 #define TEF_DBRACKET BIT(1) /* set if [[ .. ]] test */ macro