Searched defs:vars (Results 1 - 1 of 1) sorted by relevance
/solaris-userland-s11u3/components/apache2/mod_sed/ |
H A D | regexp.c | 58 static void getrnge(char *str, step_vars_storage *vars); 60 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars); 360 int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars) argument 366 vars->loc1 = p1; 367 return (_advance(p1, p2, vars)); 375 if (_advance(p1, p2, vars)) { 376 vars->loc1 = p1; 384 if (_advance(p1, p2, vars)) { 385 vars->loc1 = p1; 392 static int _advance(char *lp, char *ep, step_vars_storage *vars) argument 595 getrnge(char *str, step_vars_storage *vars) argument [all...] |
Completed in 11 milliseconds