Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvariable.c371 int scnt; in lookup_variable() local
374 scnt = 0; in lookup_variable()
378 scnt++; in lookup_variable()
382 if (scnt > 0) in lookup_variable()
387 nvalue = alloca (strlen (value) + scnt + 1); in lookup_variable()