Home
last modified time | relevance | path

Searched refs:AT_RE (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/sed/
H A Ddefs.h40 AT_RE = 1, /* Line that match RE */ enumerator
H A Dprocess.c287 ((a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, 0, psl) : \
H A Dcompile.c923 a->type = AT_RE; in compile_addr()