Lines Matching +defs:label +defs:offset

40 static void info_handle_pointer (char *label, WINDOW *window);
1740 reference was of the form "foo::", see if the entry->label can be found
1747 if (entry->nodename && (strcmp (entry->nodename, entry->label) == 0))
1749 node = info_get_node (entry->label, "Top");
1786 entry.label = "*info-parse-and-select*";
1796 info_handle_pointer (char *label, WINDOW *window)
1847 info_error ((char *) msg_no_pointer, label, NULL);
2116 if (strcmp (refs[0]->label, "Menu") != 0
2151 defentry->label = xstrdup (refs[which]->label);
2176 prompt = xmalloc (strlen (defentry->label)
2178 sprintf (prompt, _("Menu item (%s): "), defentry->label);
2187 prompt = xmalloc (strlen (defentry->label)
2189 sprintf (prompt, _("Follow xref (%s): "), defentry->label);
2214 line = xstrdup (defentry->label);
2226 line = xstrdup (defentry->label);
2232 entry with the same label, and also LINE is down-cased, which
2235 if (defentry && strcmp (line, defentry->label) == 0)
2238 /* Find the selected label in the references. If there are
2239 more than one label which matches, find the one that's
2250 if (strcasecmp (line, ref->label) == 0)
2279 long offset;
2287 offset =
2288 info_target_search_node (window->node, entry->label, start);
2290 if (offset != -1)
2292 window->point = offset;
2306 free (defentry->label);
2414 entry->label = (char *)xmalloc (4 + strlen (fb->filename));
2415 sprintf (entry->label, "(%s)*", fb->filename);
2427 entry->label = xstrdup (fb->tags[i]->nodename);
2430 entry->label = (char *) xmalloc
2433 sprintf (entry->label, "(%s)%s",
2529 if (strcasecmp (entry->label, arg) == 0)
2533 && (strncasecmp (entry->label, arg, strlen (arg)) == 0))
2579 /* Since we cannot find it, try using the label of the entry as a
2582 && strcmp (entry->label, entry->nodename) == 0)
2583 node = info_get_node (entry->label, "Top");
2589 *errarg1 = xstrdup (entry->label);
2710 if (strcasecmp (entry->label, arg) == 0)
2713 if (strncasecmp (entry->label, arg, strlen (arg)) == 0)
2939 entry->label = xstrdup (info_win->window->node->nodename);
3420 long offset;
3442 offset = search (string, &binding);
3444 if (offset != -1 && window)
3449 window->point = offset;
3452 return (offset);
3462 long offset = 0;
3473 offset = info_search_in_node (target, node, start, (WINDOW *)NULL, 1, 0);
3475 if (offset != -1)
3482 return (offset);