HomeSort by relevance Sort by last modified time
    Searched refs:GI_MINUS (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
misc.c 1025 go->info &= ~(GI_MINUS|GI_PLUS);
1026 go->info |= flag == '-' ? GI_MINUS : GI_PLUS;
    [all...]
sh.h 956 #define GI_MINUS BIT(0) /* an option started with -... */
    [all...]

Completed in 138 milliseconds