HomeSort by: relevance | last modified time | path
    Searched refs:TEF_DBRACKET (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
c_test.h 35 #define TEF_DBRACKET BIT(1) /* set if [[ .. ]] test */
c_test.c 208 && ((te->flags & TEF_DBRACKET)
354 if (te->flags & TEF_DBRACKET)
358 if (te->flags & TEF_DBRACKET)
566 if (te->flags & TEF_DBRACKET) {
syn.c 323 te.flags = TEF_DBRACKET;
exec.c 291 te.flags = TEF_DBRACKET;

Completed in 16 milliseconds