Searched defs:expbuf (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/filters/ |
H A D | sed0.c | 34 static char *address(sed_commands_t *commands, char *expbuf, 38 static char *ycomp(sed_commands_t *commands, char *expbuf); 812 static char *address(sed_commands_t *commands, char *expbuf, argument 821 if (expbuf > &commands->respace[RESIZE-2]) { 827 *expbuf++ = CEND; 828 *expbuf++ = CCEOF; 829 return(expbuf); 835 return(comple(commands, &compargs, (char *) 0, expbuf, commands->reend, 846 if (expbuf > &commands->respace[RESIZE-3]) { 851 *expbuf 926 ycomp(sed_commands_t *commands, char *expbuf) argument [all...] |
H A D | sed1.c | 67 static int match(sed_eval_t *eval, char *expbuf, int gf, 582 static int match(sed_eval_t *eval, char *expbuf, int gf, argument 589 if(*expbuf) return(0); 596 circf = *expbuf++; 597 return(sed_step(p1, expbuf, circf, step_vars));
|
Completed in 21 milliseconds