OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prestr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/historical/nawk/dist/
b.c
69
static const uschar *
prestr
; /* current position in current re */
variable
968
lastre =
prestr
= (const uschar *) p; /*
prestr
points to string to be parsed */
977
FATAL("syntax error in regular expression %s at %s", lastre,
prestr
);
1038
FATAL("syntax error in regular expression %s at %s", lastre,
prestr
);
1040
FATAL("illegal primary in regular expression %s at %s", lastre,
prestr
);
1204
prestr
= buf + prefix_length;
1206
prestr
-= atomlen;
1269
starttok =
prestr
;
1271
if ((n = u8_rune(&rlxval, (const char *)
prestr
)) > 1)
[
all
...]
b.c
69
static const uschar *
prestr
; /* current position in current re */
variable
968
lastre =
prestr
= (const uschar *) p; /*
prestr
points to string to be parsed */
977
FATAL("syntax error in regular expression %s at %s", lastre,
prestr
);
1038
FATAL("syntax error in regular expression %s at %s", lastre,
prestr
);
1040
FATAL("illegal primary in regular expression %s at %s", lastre,
prestr
);
1204
prestr
= buf + prefix_length;
1206
prestr
-= atomlen;
1269
starttok =
prestr
;
1271
if ((n = u8_rune(&rlxval, (const char *)
prestr
)) > 1)
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026