Searched refs:flgs (Results 1 – 9 of 9) sorted by relevance
391 pt->flgs = CMPMTME; in trng_add()393 pt->flgs = 0; in trng_add()398 pt->flgs |= CMPMTME; in trng_add()402 pt->flgs |= CMPCTME; in trng_add()427 pt->flgs |= HASLOW; in trng_add()439 pt->flgs |= HASHIGH; in trng_add()444 if (pt->flgs & HASLOW) { in trng_add()487 switch(pt->flgs & CMPBOTH) { in trng_match()493 if (((pt->flgs & HASLOW) && in trng_match()507 if (((pt->flgs & HASLOW) && in trng_match()[all …]
183 rep->flgs = 0; in rep_add()192 rep->flgs |= GLOB; in rep_add()196 rep->flgs |= PRNT; in rep_add()200 rep->flgs |= SYML; in rep_add()265 pt->flgs = flags; in pat_add()293 if (pt->flgs & MTCH) in pat_chk()337 pt->flgs |= MTCH; in pat_sel()348 if (pt->flgs & DIR_MTCH) in pat_sel()393 pt->flgs = DIR_MTCH | MTCH; in pat_sel()464 if (pt->flgs & DIR_MTCH) { in pat_match()[all …]
45 int flgs; /* print conversions? global in operation? */ member
62 int flgs; /* option flags */ member
91 int flgs; /* processing/state flags */ member
33 #define IPC_STATUS_FLAGS(flgs) ((flgs) << IPC_STATUS_FLAGS_SHIFT) argument34 #define IPC_STATUS_FLAGS_TEST(status, flgs) \ argument35 (((status) >> IPC_STATUS_FLAGS_SHIFT) & (flgs))
158 unsigned flgs; in smp_sched_handler() local161 flgs = sched_ipi_data[cpu].flags; in smp_sched_handler()163 if (flgs) { in smp_sched_handler()167 if (flgs & SCHED_IPI_STOP_PROC) { in smp_sched_handler()170 if (flgs & SCHED_IPI_SAVE_CTX) { in smp_sched_handler()180 if (flgs & SCHED_IPI_VM_INHIBIT) { in smp_sched_handler()
695 evalcommand(union node *cmd, int flgs, struct backcmd *backcmd) in evalcommand() argument701 volatile int flags = flgs; in evalcommand()
2733 type and flgs (later renamed to flags).