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

/openbsd-current/bin/ksh/
H A Dc_test.h35 #define TEF_DBRACKET BIT(1) /* set if [[ .. ]] test */ macro
H A Dc_test.c281 if (te->flags & TEF_DBRACKET)
285 if (te->flags & TEF_DBRACKET)
447 if ((te->flags & TEF_DBRACKET) || (&te->pos.wp[1] < te->wp_end &&
476 if (te->flags & TEF_DBRACKET) {
H A Dsyn.c304 te.flags = TEF_DBRACKET;
H A Dexec.c262 te.flags = TEF_DBRACKET;

Completed in 98 milliseconds