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

  /src/external/gpl2/gmake/dist/
expand.c 306 char *subst_beg, *subst_end, *replace_beg, *replace_end;
318 replace_end = end;
343 replace = (char *) alloca (replace_end
347 replace_end - replace_beg);
348 replace[replace_end - replace_beg] = '\0';
304 char *subst_beg, *subst_end, *replace_beg, *replace_end; local
expand.c 306 char *subst_beg, *subst_end, *replace_beg, *replace_end;
318 replace_end = end;
343 replace = (char *) alloca (replace_end
347 replace_end - replace_beg);
348 replace[replace_end - replace_beg] = '\0';
304 char *subst_beg, *subst_end, *replace_beg, *replace_end; local

Completed in 45 milliseconds