HomeSort by relevance Sort by last modified time
    Searched refs:GI_PLUS (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
misc.c 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;
    [all...]
var.c     [all...]
funcs.c 777 prefix = builtin_opt.info & GI_PLUS ? '+' : '-';
1252 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) {
    [all...]
sh.h     [all...]

Completed in 57 milliseconds