Home
last modified time | relevance | path

Searched defs:backref (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/regex/
H A Dengine.c50 #define backref sbackref macro
61 #define backref lbackref macro
72 #define backref mbackref macro
613 backref(struct match *m, in backref() function
/freebsd/contrib/nvi/regex/
H A Dengine.c50 #define backref sbackref macro
61 #define backref lbackref macro
474 backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, in backref() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp475 bool backref = config->warnBackrefs && other.file && in resolve() local