Searched refs:GI_MINUS (Results 1 – 2 of 2) sorted by relevance
1262 go->info &= ~(GI_MINUS|GI_PLUS); in ksh_getopt()1263 go->info |= flag == '-' ? GI_MINUS : GI_PLUS; in ksh_getopt()
1544 #define GI_MINUS BIT(0) /* an option started with -... */ macro