Searched refs:GI_MINUS (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dmisc.c1016 go->info &= ~(GI_MINUS|GI_PLUS);
1017 go->info |= flag == '-' ? GI_MINUS : GI_PLUS;
H A Dsh.h952 #define GI_MINUS BIT(0) /* an option started with -... */ macro

Completed in 235 milliseconds