Home
last modified time | relevance | path

Searched refs:rlen (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvariable.h128 unsigned int slen, unsigned int rlen, int by_word));
Dfunction.c78 unsigned int slen, unsigned int rlen, int by_word) in subst_expand() argument
87 if (rlen > 0) in subst_expand()
88 o = variable_buffer_output (o, replace, rlen); in subst_expand()
121 else if (rlen > 0) in subst_expand()
123 o = variable_buffer_output (o, replace, rlen); in subst_expand()