Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sed/
H A Ddefs.h41 AT_RE = 1, /* Line that match RE */ enumerator
H A Dprocess.c275 ((a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, psl) : \
H A Dcompile.c786 a->type = AT_RE; in compile_addr()