HomeSort by: relevance | last modified time | path
    Searched refs:name_list (Results 1 - 25 of 34) sorted by relevancy

1 2

  /xsrc/external/mit/ctwm/dist/
list.h 20 struct name_list { struct
21 name_list *next; /* pointer to the next name */
26 void AddToList(name_list **list_head, const char *name, void *ptr);
27 void *LookInList(name_list *list_head, const char *name,
29 void *LookInNameList(name_list *list_head, const char *name);
30 void *LookInListWin(name_list *list_head, TwmWindow *twin);
31 bool IsInList(name_list *list_head, TwmWindow *twin);
32 void *LookPatternInList(name_list *list_head, const char *name,
34 void *LookPatternInNameList(name_list *list_head, const char *name);
35 bool GetColorFromList(name_list *list_head, char *name
    [all...]
screen.h 262 name_list *ImageCache; ///< Cached pixmaps used in image loading
364 * and a name_list (for per-window settings of that type).
397 name_list *BorderColorL;
401 name_list *IconBorderColorL;
405 name_list *BorderTileForegroundL;
408 name_list *BorderTileBackgroundL;
412 name_list *TitleForegroundL;
416 name_list *TitleBackgroundL;
420 name_list *IconForegroundL;
424 name_list *IconBackgroundL
    [all...]
win_regions.h 8 name_list **AddWindowRegion(char *geom, RegGravity grav1, RegGravity grav2);
parse_be.h 14 name_list **do_colorlist_keyword(int keyword, int colormode, char *s);
18 void do_squeeze_entry(name_list **list, /* squeeze or dont-squeeze list */
list.c 63 void AddToList(name_list **list_head, const char *name, void *ptr)
65 name_list *nptr;
71 nptr = malloc(sizeof(name_list));
73 fprintf(stderr, "unable to allocate %lu bytes for name_list\n",
74 (unsigned long) sizeof(name_list));
101 void *LookInList(name_list *list_head, const char *name, XClassHint *class)
103 name_list *nptr;
130 void *LookInNameList(name_list *list_head, const char *name)
135 void *LookInListWin(name_list *list_head, TwmWindow *twin)
140 bool IsInList(name_list *list_head, TwmWindow *twin
    [all...]
windowbox.h 8 name_list **addWindowBox(char *boxname, char *geometry);
workspace_structs.h 48 name_list *windowBackgroundL;
49 name_list *windowForegroundL;
69 name_list *clientlist;
icons.h 56 name_list *clientlist;
69 name_list **AddIconRegion(const char *geom, RegGravity grav1, RegGravity grav2,
types.h 25 typedef struct name_list name_list; typedef in typeref:struct:name_list
otp.h 69 name_list **OtpScrSwitchingL(ScreenInfo *, WinType);
70 name_list **OtpScrPriorityL(ScreenInfo *, WinType, int);
twm_window_struct.h 76 name_list *iconslist; ///< The current list of potential icons
ctwm.h 291 name_list *clientlist;
307 name_list *winlist;
image.c 39 name_list **list;
windowbox.c 22 name_list **addWindowBox(char *boxname, char *geometry)
vscreen.c 58 name_list *nptr;
  /xsrc/external/mit/twm/dist/src/
list.h 67 typedef struct name_list_struct name_list; typedef in typeref:struct:name_list_struct
69 extern void AddToList(name_list ** list_head, char *name, char *ptr);
70 extern void FreeList(name_list ** list);
72 extern int GetColorFromList(name_list * list_head, const char *name,
74 extern char *LookInList(name_list * list_head, const char *name,
76 extern char *LookInNameList(name_list * list_head, const char *name);
screen.h 78 name_list *Icons; /* list of icon pixmaps */
152 name_list *BorderColorL;
153 name_list *IconBorderColorL;
154 name_list *BorderTileForegroundL;
155 name_list *BorderTileBackgroundL;
156 name_list *TitleForegroundL;
157 name_list *TitleBackgroundL;
158 name_list *IconForegroundL;
159 name_list *IconBackgroundL;
160 name_list *IconManagerFL
    [all...]
list.c 68 name_list *next; /**< pointer to the next name */
86 AddToList(name_list ** list_head, char *name, char *ptr)
88 name_list *nptr;
93 nptr = (name_list *) malloc(sizeof(name_list));
95 parseWarning("unable to allocate %lu bytes for name_list",
96 (unsigned long) sizeof(name_list));
117 LookInList(name_list * list_head, const char *name, XClassHint *xclass)
119 name_list *nptr;
141 LookInNameList(name_list * list_head, const char *name
    [all...]
parse.h 86 extern name_list **do_colorlist_keyword(int keyword, int colormode, char *s);
94 extern void do_squeeze_entry(name_list ** list, char *name, int justify,
  /xsrc/external/mit/libXt/dist/src/
Initialize.c 730 XrmName name_list[3]; local
741 name_list[0] = class_list[0] = XrmPermStringToQuark(".");
742 name_list[2] = class_list[2] = NULLQUARK;
745 name_list[1] = XrmPermStringToQuark("name");
746 if (XrmQGetResource(db, name_list, name_list, &type, &val) &&
751 name_list[1] = XrmPermStringToQuark("display");
752 if (XrmQGetResource(db, name_list, name_list, &type, &val) &&
757 name_list[1] = XrmPermStringToQuark("xnlLanguage")
774 XrmName name_list[3]; local
851 XrmName name_list[2]; local
    [all...]
Intrinsic.c 1364 XrmName name_list[3]; local
1470 name_list[0] = pd->name;
1471 name_list[1] = XrmPermStringToQuark("customization");
1472 name_list[2] = NULLQUARK;
1476 if (XrmQGetResource(XrmGetDatabase(dpy), name_list, class_list,
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imRmAttr.c 982 char **name_list; local
993 &struct_list, &name_list);
995 len += (strlen(name_list[i]) + sizeof(char));
1004 strcat(tmp, name_list[i]);
1033 char **name_list; local
1044 &struct_list, &name_list);
1046 len += (strlen(name_list[i]) + sizeof(char));
1055 strcat(tmp, name_list[i]);
1209 char **name_list; local
1222 &struct_list, &name_list);
1251 char **name_list; local
    [all...]
  /xsrc/external/mit/libX11/dist/modules/om/generic/
omGeneric.c 800 char **name_list,
806 char **cur_name_list = name_list;
812 if(name_list == NULL || count <= 0) {
825 cur_name_list = name_list;
955 font_set->substitute_num, name_list,
1006 char **name_list,
1016 if(parse_fontdata(oc, font_set, vmap, vmap_num, name_list,
1023 name_list, count, C_VROTATE, NULL);
1057 name_list, count, C_VROTATE, NULL);
1073 char *base_name, **name_list; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/tools/
glnames.py 4909 def __init__( self, name_list, master_table_name ):
4910 self.names = name_list
4915 for name in name_list:
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XDefaultOMIF.c 318 char *base_name, *font_name, **name_list, **cur_name_list; local
326 name_list = _XParseBaseFontNameList(oc->core.base_name_list, &count);
327 if (name_list == NULL)
329 cur_name_list = name_list;
448 XFreeStringList(name_list);
452 XFreeStringList(name_list);

Completed in 37 milliseconds

1 2