Lines Matching refs:ep
40 char *x1, char *ep, char *x3, char x4);
930 char *ep, *tsp;
934 ep = expbuf;
935 if(ep + 0377 > &commands->respace[RESIZE-1]) {
949 memset(ep, 0, 0400);
958 if((ep[cint] = *tsp++) == '\\' && *tsp == 'n') {
959 ep[cint] = '\n';
962 if(ep[cint] == commands->sseof || ep[cint] == '\0') {
978 if(ep[i] == 0)
979 ep[i] = i;
981 return(ep + 0400);
988 char *x1, char *ep, char *x3, char x4)
992 p = sed_compile(commands, compargs, ep + 1, x3, x4);
993 if(p == ep + 1)
994 return(ep);
995 *ep = compargs->circf;