Home
last modified time | relevance | path

Searched refs:re_globals (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c123 static struct re_globals { struct
127 } *re_globals; variable
147 struct re_globals *_re = re_globals; in re_comp()
156 _re = (struct re_globals *)calloc(1, sizeof (*_re)); in re_comp()
159 re_globals = _re; in re_comp()
278 struct re_globals *_re = re_globals; in re_exec()
325 struct re_globals *_re = re_globals; in advance()
431 struct re_globals *_re = re_globals; in backref()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c120 static struct re_globals { struct
124 } *re_globals; variable
141 struct re_globals *_re = re_globals; in re_comp()
150 _re = (struct re_globals *)calloc(1, sizeof (*_re)); in re_comp()
153 re_globals = _re; in re_comp()
273 struct re_globals *_re = re_globals; in re_exec()
322 struct re_globals *_re = re_globals; in advance()
430 struct re_globals *_re = re_globals; in backref()