OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regendp
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libcompat/regexp/
regexp.c
776
static char **
regendp
; /* Ditto for endp. */
variable
871
regendp
= (char **)prog->endp; /* XXX */
1025
if (
regendp
[no] == NULL)
1026
regendp
[no] = save;
regexp.c
776
static char **
regendp
; /* Ditto for endp. */
variable
871
regendp
= (char **)prog->endp; /* XXX */
1025
if (
regendp
[no] == NULL)
1026
regendp
[no] = save;
/src/external/bsd/less/dist/
regexp.c
709
static char **
regendp
; /* Ditto for endp. */
variable
811
regendp
= prog->endp;
948
if (
regendp
[no] == NULL)
949
regendp
[no] = save;
regexp.c
709
static char **
regendp
; /* Ditto for endp. */
variable
811
regendp
= prog->endp;
948
if (
regendp
[no] == NULL)
949
regendp
[no] = save;
Completed in 30 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026