Searched refs:opt_not (Results 1 – 2 of 2) sorted by relevance
881 opt_not(struct block *b) in opt_not() function1113 opt_not(b); in opt_peep()
18170 int opt_not = 0; in Jim_LsearchCoreCommand() local18201 opt_not = 1; in Jim_LsearchCoreCommand()18323 if ((!opt_bool && eq == !opt_not) || (opt_bool && (eq || opt_all))) { in Jim_LsearchCoreCommand()18327 resultObj = Jim_NewIntObj(interp, eq ^ opt_not); in Jim_LsearchCoreCommand()18368 Jim_SetResultBool(interp, opt_not); in Jim_LsearchCoreCommand()