Lines Matching full:nextkey
1972 char *Nextkey;1977 for (Subkey = Buffer; Subkey != NULL; Subkey = Nextkey)1982 Nextkey = (char*) strchr(Subkey, ';');1983 if(Nextkey)1984 *Nextkey++ = '\0';