Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c3087 if (te->flags & TEF_DBRACKET) in test_eval()
3093 if (te->flags & TEF_DBRACKET) in test_eval()
3245 if ((te->flags & TEF_DBRACKET) || (&te->pos.wp[1] < te->wp_end && in test_primary()
Dsyn.c411 te.flags = TEF_DBRACKET; in get_command()
Dsh.h2048 #define TEF_DBRACKET BIT(1) /* set if [[ .. ]] test */ macro
Dexec.c324 te.flags = TEF_DBRACKET; in execute()