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

/ast/src/cmd/re/
H A Ded.c85 #define REC_SPLICE 004 macro
409 else if (delimiter != '\n' || (flags & (REC_LINE|REC_SPLICE)))
415 if (c == '\\' && ((c = getchr()) != delimiter || (flags & REC_SPLICE) && c != '\n') && c && !(flags & REC_IGNORE))
1328 s = getrec(ed.buffer.global, '\n', REC_SPLICE|REC_TERMINATE);

Completed in 362 milliseconds