OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replace_end
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
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 55 milliseconds