OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxbref
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/sed/
defs.h
70
unsigned int
maxbref
; /* Largest backreference. */
member in struct:s_subst
process.c
396
if (defpreg != NULL && cp->u.s->
maxbref
> defpreg->re_nsub) {
399
linenum, fname, cp->u.s->
maxbref
);
compile.c
625
s->
maxbref
= 0;
665
if (s->
maxbref
< ref)
666
s->
maxbref
= ref;
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025