Home | History | Annotate | Download | only in src

Lines Matching refs:GI_PLUS

376 		set = tobool(!(go.info & GI_PLUS));
1234 * option starting with + is accepted, the GI_PLUS flag will be set
1262 go->info &= ~(GI_MINUS|GI_PLUS);
1263 go->info |= flag == '-' ? GI_MINUS : GI_PLUS;