Searched refs:IMASK (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/re/
H A Dsed.h86 high byte IMASK+flags; flags are NEG and SEL
104 #define IMASK 0xC0000000 /* instruction flag */ macro
H A Dsed1.c99 while((*q & IMASK) != IMASK)
120 return IMASK | neg | cmd << 2*BYTE | l;
622 if((*q&IMASK) != IMASK) {
629 if((*q&IMASK) != IMASK) {

Completed in 34 milliseconds