key              1392 global/global.c 	const char *key;
key              1413 global/global.c 			if ((key = locatestring(tag, ".", MATCH_LAST)) != NULL)
key              1414 global/global.c 				key++;
key              1415 global/global.c 			else if ((key = locatestring(tag, "::", MATCH_LAST)) != NULL)
key              1416 global/global.c 				key += 2;
key              1418 global/global.c 				key = tag;
key              1420 global/global.c 			key = tag;
key              1423 global/global.c 			if (dbop_get(data->dbop, key) != NULL) {
key               497 htags/common.c gen_href_begin_with_title_target(const char *dir, const char *file, const char *suffix, const char *key, const char *title, const char *target)
key               518 htags/common.c 	if (key) {
key               524 htags/common.c 		if (isdigit(*key))
key               526 htags/common.c 		strbuf_puts(sb, key);
key               554 htags/common.c gen_href_begin(const char *dir, const char *file, const char *suffix, const char *key)
key               556 htags/common.c 	return gen_href_begin_with_title_target(dir, file, suffix, key, NULL, NULL);
key               565 htags/common.c gen_href_begin_with_title(const char *dir, const char *file, const char *suffix, const char *key, const char *title)
key               567 htags/common.c 	return gen_href_begin_with_title_target(dir, file, suffix, key, title, NULL);
key               253 htags/src2html.c 			char tmp[32], *key = tmp;
key               256 htags/src2html.c 				key = "TOP";
key               258 htags/src2html.c 				key = "BOTTOM";
key               261 htags/src2html.c 			strbuf_puts(sb, gen_href_begin(NULL, NULL, NULL, key));
key               916 htags/src2html.c 			const char *dir, *file, *suffix, *key, *title;
key               927 htags/src2html.c 				key = NULL;
key               943 htags/src2html.c 				key = lno;
key               946 htags/src2html.c 			fputs(gen_href_begin_with_title(dir, file, suffix, key, title), out);
key                97 libdb/bt_close.c 	if (t->bt_cursor.key.data != NULL) {
key                98 libdb/bt_close.c 		free(t->bt_cursor.key.data);
key                99 libdb/bt_close.c 		t->bt_cursor.key.size = 0;
key               100 libdb/bt_close.c 		t->bt_cursor.key.data = NULL;
key                66 libdb/bt_delete.c __bt_delete(dbp, key, flags)
key                68 libdb/bt_delete.c 	const DBT *key;
key                92 libdb/bt_delete.c 		status = __bt_bdelete(t, key);
key               165 libdb/bt_delete.c 	if ((e = __bt_search(t, &c->key, &exact)) == NULL)
key               224 libdb/bt_delete.c 	if ((e = __bt_search(t, &c->key, &exact)) == NULL)
key               290 libdb/bt_delete.c __bt_bdelete(t, key)
key               292 libdb/bt_delete.c 	const DBT *key;
key               301 libdb/bt_delete.c loop:	if ((e = __bt_search(t, key, &exact)) == NULL)
key               316 libdb/bt_delete.c 		if (__bt_dleaf(t, key, h, e->index)) {
key               329 libdb/bt_delete.c 	} while (e->index < NEXTINDEX(h) && __bt_cmp(t, key, e) == 0);
key               337 libdb/bt_delete.c 		if (__bt_cmp(t, key, e) != 0)
key               339 libdb/bt_delete.c 		if (__bt_dleaf(t, key, h, e->index) == RET_ERROR) {
key               469 libdb/bt_delete.c __bt_dleaf(t, key, h, index)
key               471 libdb/bt_delete.c 	const DBT *key;
key               485 libdb/bt_delete.c 	    __bt_curdel(t, key, h, index))
key               532 libdb/bt_delete.c __bt_curdel(t, key, h, index)
key               534 libdb/bt_delete.c 	const DBT *key;
key               557 libdb/bt_delete.c 		if (key == NULL) {
key               561 libdb/bt_delete.c 			    &c->key, &c->key, NULL, NULL, 1)) != RET_SUCCESS)
key               564 libdb/bt_delete.c 			key = &c->key;
key               570 libdb/bt_delete.c 			if (__bt_cmp(t, key, &e) == 0) {
key               579 libdb/bt_delete.c 			if (__bt_cmp(t, key, &e) == 0) {
key               590 libdb/bt_delete.c 			if (__bt_cmp(t, key, &e) == 0) {
key               602 libdb/bt_delete.c 			if (__bt_cmp(t, key, &e) == 0) {
key               615 libdb/bt_delete.c 	    __bt_ret(t, &e, &c->key, &c->key, NULL, NULL, 1)) == RET_SUCCESS) {
key                60 libdb/bt_get.c __bt_get(dbp, key, data, flags)
key                62 libdb/bt_get.c 	const DBT *key;
key                84 libdb/bt_get.c 	if ((e = __bt_search(t, key, &exact)) == NULL)
key                71 libdb/bt_put.c __bt_put(dbp, key, data, flags)
key                73 libdb/bt_put.c 	DBT *key;
key               129 libdb/bt_put.c 	if (key->size + data->size > t->bt_ovflsize) {
key               130 libdb/bt_put.c 		if (key->size > t->bt_ovflsize) {
key               131 libdb/bt_put.c storekey:		if (__ovfl_put(t, key, &pg) == RET_ERROR)
key               137 libdb/bt_put.c 			    &key->size, sizeof(u_int32_t));
key               139 libdb/bt_put.c 			key = &tkey;
key               141 libdb/bt_put.c 		if (key->size + data->size > t->bt_ovflsize) {
key               152 libdb/bt_put.c 		if (key->size + data->size > t->bt_ovflsize)
key               168 libdb/bt_put.c 	if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
key               169 libdb/bt_put.c 		if ((e = __bt_search(t, key, &exact)) == NULL)
key               194 libdb/bt_put.c delete:		if (__bt_dleaf(t, key, h, index) == RET_ERROR) {
key               207 libdb/bt_put.c 	nbytes = NBLEAFDBT(key->size, data->size);
key               209 libdb/bt_put.c 		if ((status = __bt_split(t, h, key,
key               222 libdb/bt_put.c 	WR_BLEAF(dest, key, data, dflags);
key               268 libdb/bt_put.c bt_fast(t, key, data, exactp)
key               270 libdb/bt_put.c 	const DBT *key, *data;
key               288 libdb/bt_put.c 	nbytes = NBLEAFDBT(key->size, data->size);
key               297 libdb/bt_put.c 		if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0)
key               305 libdb/bt_put.c 		if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0)
key                64 libdb/bt_search.c __bt_search(t, key, exactp)
key                66 libdb/bt_search.c 	const DBT *key;
key                83 libdb/bt_search.c 			if ((cmp = __bt_cmp(t, key, &t->bt_cur)) == 0) {
key               108 libdb/bt_search.c 				    __bt_sprev(t, h, key, exactp))
key               112 libdb/bt_search.c 				    __bt_snext(t, h, key, exactp))
key               148 libdb/bt_search.c __bt_snext(t, h, key, exactp)
key               151 libdb/bt_search.c 	const DBT *key;
key               163 libdb/bt_search.c 	if (__bt_cmp(t, key, &e) == 0) {
key               186 libdb/bt_search.c __bt_sprev(t, h, key, exactp)
key               189 libdb/bt_search.c 	const DBT *key;
key               201 libdb/bt_search.c 	if (__bt_cmp(t, key, &e) == 0) {
key                78 libdb/bt_seq.c __bt_seq(dbp, key, data, flags)
key                80 libdb/bt_seq.c 	DBT *key, *data;
key               111 libdb/bt_seq.c 		status = __bt_seqset(t, &e, key, flags);
key               122 libdb/bt_seq.c 		    __bt_ret(t, &e, key, &t->bt_rkey, data, &t->bt_rdata, 0);
key               152 libdb/bt_seq.c __bt_seqset(t, ep, key, flags)
key               155 libdb/bt_seq.c 	DBT *key;
key               173 libdb/bt_seq.c 		if (key->data == NULL || key->size == 0) {
key               177 libdb/bt_seq.c 		return (__bt_first(t, key, ep, &exact));
key               266 libdb/bt_seq.c 		return (__bt_first(t, &c->key, ep, &exact));
key               341 libdb/bt_seq.c __bt_first(t, key, erval, exactp)
key               343 libdb/bt_seq.c 	const DBT *key;
key               359 libdb/bt_seq.c 	if ((ep = __bt_search(t, key, exactp)) == NULL)
key               402 libdb/bt_seq.c 		} while (__bt_cmp(t, key, ep) == 0);
key               447 libdb/bt_seq.c 	if (t->bt_cursor.key.data != NULL) {
key               448 libdb/bt_seq.c 		free(t->bt_cursor.key.data);
key               449 libdb/bt_seq.c 		t->bt_cursor.key.size = 0;
key               450 libdb/bt_seq.c 		t->bt_cursor.key.data = NULL;
key                82 libdb/bt_split.c __bt_split(t, sp, key, data, flags, ilen, argskip)
key                85 libdb/bt_split.c 	const DBT *key, *data;
key               123 libdb/bt_split.c 		WR_BLEAF(dest, key, data, flags)
key                69 libdb/bt_utils.c __bt_ret(t, e, key, rkey, data, rdata, copy)
key                72 libdb/bt_utils.c 	DBT *key, *rkey, *data, *rdata;
key                85 libdb/bt_utils.c 	if (key == NULL)
key                90 libdb/bt_utils.c 		    &key->size, &rkey->data, &rkey->size))
key                92 libdb/bt_utils.c 		key->data = rkey->data;
key               103 libdb/bt_utils.c 		key->size = bl->ksize;
key               104 libdb/bt_utils.c 		key->data = rkey->data;
key               106 libdb/bt_utils.c 		key->size = bl->ksize;
key               107 libdb/bt_utils.c 		key->data = bl->bytes;
key               209 libdb/btree.h  #define	WR_BLEAF(p, key, data, flags) {					\
key               210 libdb/btree.h  	*(u_int32_t *)p = key->size;					\
key               216 libdb/btree.h  	memmove(p, key->data, key->size);				\
key               217 libdb/btree.h  	p += key->size;							\
key               296 libdb/btree.h  	DBT	 key;			/**< B: Saved key, or @CODE{key.data == NULL}. */
key                77 libdb/mpool.c  mpool_open(key, fd, pagesize, maxcache)
key                78 libdb/mpool.c  	void *key;
key               106 libltdl/libltdl/lt__private.h   lt_dlinterface_id	key;
key              2307 libltdl/ltdl.c void lt_dlinterface_free (lt_dlinterface_id key)
key              2309 libltdl/ltdl.c   lt__interface_id *interface_id = (lt__interface_id *)key;
key              2315 libltdl/ltdl.c lt_dlcaller_set_data (lt_dlinterface_id key, lt_dlhandle handle, void *data)
key              2323 libltdl/ltdl.c     while (cur->interface_data[n_elements].key)
key              2328 libltdl/ltdl.c       if (cur->interface_data[i].key == key)
key              2351 libltdl/ltdl.c       cur->interface_data[i].key	= key;
key              2352 libltdl/ltdl.c       cur->interface_data[1+ i].key	= 0;
key              2362 libltdl/ltdl.c lt_dlcaller_get_data (lt_dlinterface_id key, lt_dlhandle handle)
key              2371 libltdl/ltdl.c       for (i = 0; cur->interface_data[i].key; ++i)
key              2373 libltdl/ltdl.c 	  if (cur->interface_data[i].key == key)
key               123 libltdl/ltdl.h LT_SCOPE void	lt_dlinterface_free (lt_dlinterface_id key);
key               124 libltdl/ltdl.h LT_SCOPE void *	lt_dlcaller_set_data  (lt_dlinterface_id key,
key               126 libltdl/ltdl.h LT_SCOPE void *	lt_dlcaller_get_data  (lt_dlinterface_id key,
key               169 libparser/asm_res.h       register int key = asm_hash (str, len);
key               171 libparser/asm_res.h       if (key <= MAX_HASH_VALUE && key >= 0)
key               173 libparser/asm_res.h           register const char *s = wordlist[key].name;
key               176 libparser/asm_res.h             return &wordlist[key];
key               467 libparser/c_res.h       register int key = c_hash (str, len);
key               469 libparser/c_res.h       if (key <= MAX_HASH_VALUE && key >= 0)
key               471 libparser/c_res.h           register const char *s = wordlist[key].name;
key               474 libparser/c_res.h             return &wordlist[key];
key               353 libparser/cpp_res.h       register int key = cpp_hash (str, len);
key               355 libparser/cpp_res.h       if (key <= MAX_HASH_VALUE && key >= 0)
key               357 libparser/cpp_res.h           register const char *s = wordlist[key].name;
key               360 libparser/cpp_res.h             return &wordlist[key];
key               232 libparser/java_res.h       register int key = java_hash (str, len);
key               234 libparser/java_res.h       if (key <= MAX_HASH_VALUE && key >= 0)
key               236 libparser/java_res.h           register const char *s = wordlist[key].name;
key               239 libparser/java_res.h             return &wordlist[key];
key               528 libparser/php_res.h       register int key = php_hash (str, len);
key               530 libparser/php_res.h       if (key <= MAX_HASH_VALUE && key >= 0)
key               532 libparser/php_res.h           register const char *s = wordlist[key].name;
key               535 libparser/php_res.h             return &wordlist[key];
key               331 libutil/dbop.c 	DBT key, dat;
key               334 libutil/dbop.c 	key.data = (char *)name;
key               335 libutil/dbop.c 	key.size = strlen(name)+1;
key               337 libutil/dbop.c 	status = (*db->get)(db, &key, &dat, 0);
key               361 libutil/dbop.c 	DBT key, dat;
key               377 libutil/dbop.c 	key.data = (char *)name;
key               378 libutil/dbop.c 	key.size = strlen(name)+1;
key               382 libutil/dbop.c 	status = (*db->put)(db, &key, &dat, 0);
key               405 libutil/dbop.c 	DBT key, dat;
key               413 libutil/dbop.c 	key.data = (char *)name;
key               414 libutil/dbop.c 	key.size = strlen(name)+1;
key               418 libutil/dbop.c 	status = (*db->put)(db, &key, &dat, 0);
key               437 libutil/dbop.c 	DBT key;
key               441 libutil/dbop.c 		key.data = (char *)path;
key               442 libutil/dbop.c 		key.size = strlen(path)+1;
key               443 libutil/dbop.c 		status = (*db->del)(db, &key, 0);
key               445 libutil/dbop.c 		status = (*db->del)(db, &key, R_CURSOR);
key               457 libutil/dbop.c dbop_update(DBOP *dbop, const char *key, const char *dat)
key               459 libutil/dbop.c 	dbop_put(dbop, key, dat);
key               478 libutil/dbop.c 	DBT key, dat;
key               487 libutil/dbop.c 		strlimcpy(dbop->key, name, sizeof(dbop->key));
key               488 libutil/dbop.c 		key.data = (char *)name;
key               489 libutil/dbop.c 		key.size = strlen(name);
key               494 libutil/dbop.c 			key.size++;
key               495 libutil/dbop.c 		dbop->keylen = key.size;
key               496 libutil/dbop.c 		for (status = (*db->seq)(db, &key, &dat, R_CURSOR);
key               498 libutil/dbop.c 			status = (*db->seq)(db, &key, &dat, R_NEXT)) {
key               500 libutil/dbop.c 				if (strncmp((char *)key.data, dbop->key, dbop->keylen))
key               503 libutil/dbop.c 				if (strcmp((char *)key.data, dbop->key))
key               506 libutil/dbop.c 			if (preg && regexec(preg, (char *)key.data, 0, 0, 0) != 0)
key               511 libutil/dbop.c 		dbop->keylen = dbop->key[0] = 0;
key               512 libutil/dbop.c 		for (status = (*db->seq)(db, &key, &dat, R_FIRST);
key               514 libutil/dbop.c 			status = (*db->seq)(db, &key, &dat, R_NEXT)) {
key               516 libutil/dbop.c 			if (ismeta(key.data) && !(dbop->openflags & DBOP_RAW))
key               518 libutil/dbop.c 			if (preg && regexec(preg, (char *)key.data, 0, 0, 0) != 0)
key               525 libutil/dbop.c 	dbop->lastkey = (char *)key.data;
key               526 libutil/dbop.c 	dbop->lastkeysize = key.size;
key               537 libutil/dbop.c 		strlimcpy(dbop->prev, (char *)key.data, sizeof(dbop->prev));
key               538 libutil/dbop.c 		return (char *)key.data;
key               555 libutil/dbop.c 	DBT key, dat;
key               562 libutil/dbop.c 	while ((status = (*db->seq)(db, &key, &dat, R_NEXT)) == RET_SUCCESS) {
key               566 libutil/dbop.c 			if (flags & DBOP_KEY && ismeta(key.data))
key               572 libutil/dbop.c 			if (!strcmp(dbop->prev, (char *)key.data))
key               574 libutil/dbop.c 			if (strlen((char *)key.data) > MAXKEYLEN)
key               576 libutil/dbop.c 			strlimcpy(dbop->prev, (char *)key.data, sizeof(dbop->prev));
key               580 libutil/dbop.c 		dbop->lastkey = (char *)key.data;
key               581 libutil/dbop.c 		dbop->lastkeysize = key.size;
key               583 libutil/dbop.c 			if (strncmp((char *)key.data, dbop->key, dbop->keylen))
key               586 libutil/dbop.c 			if (strcmp((char *)key.data, dbop->key))
key               589 libutil/dbop.c 		if (dbop->preg && regexec(dbop->preg, (char *)key.data, 0, 0, 0) != 0)
key               591 libutil/dbop.c 		return (flags & DBOP_KEY) ? (char *)key.data : (char *)dat.data;
key               648 libutil/dbop.c dbop_getoption(DBOP *dbop, const char *key)
key               653 libutil/dbop.c 	if ((p = dbop_get(dbop, key)) == NULL)
key               655 libutil/dbop.c 	if (dbop->lastsize <= strlen(key))
key               657 libutil/dbop.c 	for (p += strlen(key); *p && isspace((unsigned char)*p); p++)
key               666 libutil/dbop.c dbop_putoption(DBOP *dbop, const char *key, const char *string)
key               671 libutil/dbop.c 		snprintf(buf, sizeof(buf), "%s %s", key, string);
key               673 libutil/dbop.c 		snprintf(buf, sizeof(buf), "%s", key);
key               674 libutil/dbop.c 	dbop_put(dbop, key, buf);
key                63 libutil/dbop.h 	char key[MAXKEYLEN];		/**< key */
key               468 libutil/gtagsop.c 	const char *key;
key               499 libutil/gtagsop.c 		if ((key = locatestring(tag, ".", MATCH_LAST)) != NULL)
key               500 libutil/gtagsop.c 			key++;
key               501 libutil/gtagsop.c 		else if ((key = locatestring(tag, "::", MATCH_LAST)) != NULL)
key               502 libutil/gtagsop.c 			key += 2;
key               504 libutil/gtagsop.c 			key = tag;
key               506 libutil/gtagsop.c 		key = tag;
key               511 libutil/gtagsop.c 	strbuf_puts(gtop->sb, (gtop->format & GTAGS_COMPNAME) ? compress(tag, key) : tag);
key               515 libutil/gtagsop.c 	strbuf_puts(gtop->sb, (gtop->format & GTAGS_COMPRESS) ? compress(img, key) : img);
key               516 libutil/gtagsop.c 	dbop_put(gtop->dbop, key, strbuf_value(gtop->sb));
key               580 libutil/gtagsop.c 	const char *key = NULL;
key               607 libutil/gtagsop.c 		key = pattern;
key               614 libutil/gtagsop.c 		key = NULL;
key               629 libutil/gtagsop.c 			key = prefix;
key               632 libutil/gtagsop.c 			key = NULL;
key               635 libutil/gtagsop.c 		key = pattern;
key               658 libutil/gtagsop.c 		for (tagline = dbop_first(gtop->dbop, key, preg, dbflags);
key               702 libutil/gtagsop.c 		for (gtop->gtp.tag = dbop_first(gtop->dbop, key, preg, dbflags);
key               723 libutil/gtagsop.c 		tagline = dbop_first(gtop->dbop, key, preg, dbflags);
key               827 libutil/gtagsop.c 		const char *key = entry->name;
key               838 libutil/gtagsop.c 			if ((key = locatestring(entry->name, ".", MATCH_LAST)) != NULL)
key               839 libutil/gtagsop.c 				key++;
key               840 libutil/gtagsop.c 			else if ((key = locatestring(entry->name, "::", MATCH_LAST)) != NULL)
key               841 libutil/gtagsop.c 				key += 2;
key               843 libutil/gtagsop.c 				key = entry->name;
key               852 libutil/gtagsop.c 			strbuf_puts(gtop->sb, compress(entry->name, key));
key               898 libutil/gtagsop.c 						dbop_put(gtop->dbop, key, strbuf_value(gtop->sb));
key               922 libutil/gtagsop.c 					dbop_put(gtop->dbop, key, strbuf_value(gtop->sb));
key               929 libutil/gtagsop.c 			dbop_put(gtop->dbop, key, strbuf_value(gtop->sb));