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

  /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));

Completed in 4310 milliseconds