Searched refs:lindex (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | expand.c | 267 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()
|
D | make.h | 426 extern char *lindex PARAMS ((const char *, const char *, int));
|
D | misc.c | 405 lindex (const char *s, const char *limit, int c) in lindex() function
|