Lines Matching refs:keys
190 * add new keys for sub-trees until key list is exhausted;
196 const char **keys; /* key split into a 2d string array */
206 keys = splitstr(key, ",", NULL);
208 if (keys == NULL) {
213 for (kk = (char **)keys, csym = sym;
222 splitstr_free(keys);
227 splitstr_free(keys);
234 splitstr_free(keys);
255 splitstr_free(keys);
268 const char **keys; /* key split into a 2d string array */
277 keys = splitstr(nkey, ",", NULL);
278 if (keys == NULL)
281 for (kk = (char **)keys, csym = sym;
290 splitstr_free(keys);
295 splitstr_free(keys);
301 splitstr_free(keys);
305 splitstr_free(keys);
329 * sym_seq(.., "key,key") where both must be complete keys, sets
376 * Dump a symbol table's keys.