| /webstack/webserver/src/server/libsed/ |
| regexp.h | 99 int circf; /* Regular expression starts with ^ */ member in struct:_sed_comp_args
|
| sed1.c | 93 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars); 594 int circf; local 604 circf = *expbuf++; 605 return(sed_step(p1, expbuf, circf, step_vars));
|
| /webstack/mod_sed/ |
| regexp.h | 66 int circf; /* Regular expression starts with ^ */ member in struct:_sed_comp_args
|
| sed1.c | 63 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars); 577 int circf; local 587 circf = *expbuf++; 588 return(sed_step(p1, expbuf, circf, step_vars));
|