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

  /src/bin/ksh/
sh.h 446 #define GI_MINUS BIT(0) /* an option started with -... */
misc.c 1002 go->info &= ~(GI_MINUS|GI_PLUS);
1003 go->info |= flag == '-' ? GI_MINUS : GI_PLUS;

Completed in 13 milliseconds