Searched refs:GI_PLUS (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/bin/ksh/
H A Dmisc.c367 int set = (go.info & GI_PLUS) ? 0 : 1;
871 * option starting with + is accepted, the GI_PLUS flag will be set
898 go->info &= ~(GI_MINUS|GI_PLUS);
899 go->info |= flag == '-' ? GI_MINUS : GI_PLUS;
H A Dc_ksh.c648 if (builtin_opt.info & GI_PLUS) {
862 prefix = builtin_opt.info & GI_PLUS ? '+' : '-';
1321 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) {
H A Dsh.h301 #define GI_PLUS BIT(1) /* an option started with +... */ macro

Completed in 142 milliseconds