Searched refs:SETMISC (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/coshell/ |
H A D | service.h | 88 #define match(p,a,o) ((!((a)->set&SETNAME)||strmatch((p)->name,(a)->name))&&((((a)->set|o)&(SETMISC|DEF|NEW|SET))==SETMISC?miscmatch(p,(a)->misc):((a)->set&SETNAME)?1:streq((p)->type,state.home->type))) 152 #define SETMISC (1<<13) /* misc attribute was set */ macro
|
H A D | schedule.c | 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; 428 if (a->set & SETMISC) 430 sp->flags &= ~SETMISC;
|
Completed in 13 milliseconds