Home
last modified time | relevance | path

Searched refs:lindex (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dexpand.c267 p1 = lindex (beg, end, '$'); in variable_expand_string()
300 colon = lindex (beg, end, ':'); in variable_expand_string()
307 subst_end = lindex (subst_beg, end, '='); in variable_expand_string()
Dmake.h426 extern char *lindex PARAMS ((const char *, const char *, int));
Dmisc.c405 lindex (const char *s, const char *limit, int c) in lindex() function