OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nplus
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/regex/
engine.c
79
char **lastpos; /* [
nplus
+1] */
218
if (g->
nplus
> 0 && m->lastpos == NULL)
219
m->lastpos = (char **)malloc((g->
nplus
+1) *
221
if (g->
nplus
> 0 && m->lastpos == NULL) {
234
assert(g->
nplus
== 0 || m->lastpos != NULL);
599
assert(lev+1 <= m->g->
nplus
);
regex2.h
150
sopno
nplus
; /* how deep does it nest +s? */
member in struct:re_guts
regcomp.c
228
g->
nplus
= pluscount(p, g);
[
all
...]
Completed in 24 milliseconds