Lines Matching refs:NEW
73 * op is a combination of {DEF,GET,JOB,NEW,SET}
115 if (op & (NEW|SET)) state.set |= a->global.set;
172 if ((op & (DEF|NEW)) && a->set && !(a->set & SETNAME))
233 message((-6, "search: %s name=%s misc=%s matched=%d", ap->name, (a->set & SETNAME) ? a->name : "*", ((a->set | op) & (SETMISC|DEF|NEW|SET)) == SETMISC ? a->misc : "*", matched));
287 else if (!ap->fd && (!mp || ap->rank < mp->rank) && (IDLE(ap->stat.idle, ap->idle) || ap->home || ap->bypass && miscmatch(ap, ap->bypass) || ((a->set | op) & (SETMISC|DEF|NEW|SET)) == SETMISC)) mp = ap;
337 if (!(op & NEW) && (op & (DEF|GET))) return(0);
381 switch (op & (DEF|JOB|NEW|SET))
396 case NEW:
415 case DEF|NEW:
575 if ((op & NEW) && (sfset(fp, 0, 0) & SF_STRING))