Searched defs:REC_IGNORE (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/re/
H A Ded.c83 #define REC_IGNORE 001 macro
415 if (c == '\\' && ((c = getchr()) != delimiter || (flags & REC_SPLICE) && c != '\n') && c && !(flags & REC_IGNORE))
419 else if (!(flags & REC_IGNORE))
1749 getrec(ed.buffer.line, '\n', REC_IGNORE);

Completed in 1960 milliseconds