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

/external/mksh/src/
H A Dfuncs.c2983 if (te->flags & TEF_DBRACKET)
2989 if (te->flags & TEF_DBRACKET)
3141 if ((te->flags & TEF_DBRACKET) || (&te->pos.wp[1] < te->wp_end &&
H A Dsyn.c407 te.flags = TEF_DBRACKET;
H A Dexec.c322 te.flags = TEF_DBRACKET;
H A Dsh.h1892 #define TEF_DBRACKET BIT(1) /* set if [[ .. ]] test */ macro

Completed in 169 milliseconds