OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regbol
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libcompat/regexp/
regexp.c
774
static char *
regbol
; /* Beginning of input, for ^ check. */
variable
829
regbol
= (char *)string;
920
if (reginput !=
regbol
)
932
if (reginput >
regbol
&&
/src/external/bsd/less/dist/
regexp.c
707
static char *
regbol
; /* Beginning of input, for ^ check. */
variable
761
regbol
= NULL;
763
regbol
= string;
858
if (reginput !=
regbol
)
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026