Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvariable.c384 char *nvalue; in lookup_variable() local
387 nvalue = alloca (strlen (value) + scnt + 1); in lookup_variable()
389 nptr = nvalue; in lookup_variable()
406 return define_variable (vname, length, nvalue, o_env, 1); in lookup_variable()