Home
last modified time | relevance | path

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

/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c628 unsigned char *ks, *ke, *vs, *ve; in SubstituteFile() local
629 ks = (unsigned char*)szBuffer; in SubstituteFile()
630 while (ks && *ks && isspace(*ks)) ++ks; in SubstituteFile()
631 ke = ks; in SubstituteFile()
638 list_insert(&substPtr, (char*)ks, (char*)vs); in SubstituteFile()