def_hash 253 src/editor/etags.c etags_hash_t *def_hash; def_hash 255 src/editor/etags.c def_hash = g_new (etags_hash_t, 1); def_hash 257 src/editor/etags.c def_hash->fullpath = mc_build_filename (start_path, filename, (char *) NULL); def_hash 258 src/editor/etags.c def_hash->filename = g_strdup (filename); def_hash 260 src/editor/etags.c def_hash->line = 0; def_hash 262 src/editor/etags.c parse_define (chekedstr, &longname, &shortname, &def_hash->line); def_hash 266 src/editor/etags.c def_hash->short_define = shortname; def_hash 271 src/editor/etags.c def_hash->short_define = longname; def_hash 278 src/editor/etags.c g_ptr_array_add (ret, def_hash); def_hash 298 src/editor/etags.c etags_hash_t *def_hash = (etags_hash_t *) data; def_hash 304 src/editor/etags.c g_strdup_printf ("%s -> %s:%ld", def_hash->short_define, def_hash->filename, def_hash 305 src/editor/etags.c def_hash->line); def_hash 306 src/editor/etags.c listbox_add_item_take (def_list, LISTBOX_APPEND_AT_END, 0, label_def, def_hash, FALSE); def_hash 315 src/editor/etags.c editcmd_dialog_select_definition_show (WEdit *edit, char *match_expr, GPtrArray *def_hash) def_hash 326 src/editor/etags.c def_dlg_h = def_hash->len + 2; def_hash 351 src/editor/etags.c g_ptr_array_foreach (def_hash, editcmd_dialog_select_definition_add, def_list); def_hash 418 src/editor/etags.c GPtrArray *def_hash = NULL; def_hash 448 src/editor/etags.c def_hash = etags_set_definition_hash (tagfile, path, match_expr->str); def_hash 453 src/editor/etags.c if (def_hash != NULL) def_hash 455 src/editor/etags.c editcmd_dialog_select_definition_show (edit, match_expr->str, def_hash); def_hash 457 src/editor/etags.c g_ptr_array_free (def_hash, TRUE);