HomeSort by relevance Sort by last modified time
    Searched defs:infoname (Results 1 - 3 of 3) sorted by null

  /external/bison/src/
vcg.c 410 struct infoname *infoname = xmalloc (sizeof *infoname); local
411 infoname->integer = integer;
412 infoname->chars = str;
413 infoname->next = g->infoname;
414 g->infoname = infoname;
720 if (g->infoname != G_INFONAME
    [all...]
vcg.h 97 /* Structure is in infoname. */
98 struct infoname struct
102 struct infoname *next;
642 are used in the menus. infoname allows to introduce names for the
648 /* Infoname allows to introduce names for the additional text labels.
650 Infoname is given by an integer and a string.
652 struct infoname *infoname;
651 struct infoname *infoname; member in struct:graph
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 1709 char *basename, *trashname, *trashfile, *infoname, *infofile; local
    [all...]

Completed in 278 milliseconds