HomeSort by: relevance | last modified time | path
    Searched defs:inpt (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
pat_rep.c 909 char *inpt; local in function:rep_name
922 * replacement. We build up the final result in nname. inpt points at
929 inpt = buf1;
944 if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0)
955 rpt = inpt + pm[0].rm_so;
957 while ((inpt < rpt) && (outpt < endpt))
958 *outpt++ = *inpt++;
969 resub(&(pt->rcmp),pm,pt->nstr,inpt, outpt,endpt)
982 * expression (inpt always points at the first char in
984 * substitution, we will use inpt to copy the tail t
    [all...]
pat_rep.c 909 char *inpt; local in function:rep_name
922 * replacement. We build up the final result in nname. inpt points at
929 inpt = buf1;
944 if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0)
955 rpt = inpt + pm[0].rm_so;
957 while ((inpt < rpt) && (outpt < endpt))
958 *outpt++ = *inpt++;
969 resub(&(pt->rcmp),pm,pt->nstr,inpt, outpt,endpt)
982 * expression (inpt always points at the first char in
984 * substitution, we will use inpt to copy the tail t
    [all...]

Completed in 23 milliseconds