HomeSort by relevance Sort by last modified time
    Searched refs:circf (Results 1 - 8 of 8) sorted by null

  /webstack/webserver/src/server/libsed/
regexp.h 99 int circf; /* Regular expression starts with ^ */ member in struct:_sed_comp_args
regexp.c 85 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars);
184 compargs->circf = closed = compargs->nbra = 0;
186 compargs->circf++;
385 int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars)
390 if (circf) {
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));
sed0.c 1021 *ep = compargs->circf;
  /webstack/mod_sed/
regexp.h 66 int circf; /* Regular expression starts with ^ */ member in struct:_sed_comp_args
regexp.c 60 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars);
159 compargs->circf = closed = compargs->nbra = 0;
161 compargs->circf++;
360 int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars)
365 if (circf) {
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));
sed0.c 995 *ep = compargs->circf;

Completed in 360 milliseconds