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

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

Completed in 245 milliseconds