Home | History | Annotate | Download | only in src

Lines Matching refs:GI_PLUS

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