Home
last modified time | relevance | path

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

/external/clearsilver/util/regex/
Dregex.h339 unsigned no_sub : 1; member
Dregex.c857 printf ("no_sub: %d\t", bufp->no_sub);
3885 if (regs && !bufp->no_sub)
5199 bufp->no_sub = 0;
5367 preg->no_sub = !!(cflags & REG_NOSUB);
5407 boolean want_reg_info = !preg->no_sub && nmatch > 0;