Home
last modified time | relevance | path

Searched refs:MapEnt (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Dmap.c10 MapEnt *NM;
27 MapEnt *te; in insert()
36 static MapEnt**
38 MapEnt **e; in mapgetp()
52 static MapEnt**
54 MapEnt **e; in hashgetp()
74 MapEnt*
76 MapEnt **e; in mapget()
82 MapEnt*
84 MapEnt **e; in hashget()
[all …]
H A Ddat.h76 typedef struct MapEnt MapEnt; typedef
79 MapEnt **bucket;
83 struct MapEnt { struct
87 MapEnt *next; argument
H A Dx11.c18 static MapEnt *wbucket[137];
19 static MapEnt *abucket[137];
283 MapEnt *e; in sethandler()
301 MapEnt *e; in findwin()
580 MapEnt *e; in xatom()
H A Dfns.h130 MapEnt* mapget(Map*, ulong, int create);
131 MapEnt* hashget(Map*, char*, int create);
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Dmap.c8 struct MapEnt { struct
12 MapEnt* next; argument
15 MapEnt *NM;
32 MapEnt *te; in insert()
41 static MapEnt**
43 MapEnt **e; in map_getp()
57 static MapEnt**
59 MapEnt **e; in hash_getp()
81 MapEnt *e; in map_get()
89 MapEnt *e; in hash_get()
[all …]
H A Ddat.h121 typedef struct MapEnt MapEnt; typedef
247 MapEnt**bucket;
H A Dx11.c23 static MapEnt* wbucket[137];
24 static MapEnt* abucket[137];
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/libixp/
H A Dmap.c8 struct MapEnt { struct
12 MapEnt* next; argument
15 MapEnt *NM;
19 MapEnt *te; in insert()
28 static MapEnt**
30 MapEnt **e; in map_getp()
50 MapEnt *e; in ixp_mapfree()
67 MapEnt *e; in ixp_mapexec()
87 MapEnt *e; in ixp_mapinsert()
103 MapEnt *e; in ixp_mapget()
[all …]
H A Drequest.c47 MapEnt* taghash[TAG_BUCKETS];
48 MapEnt* fidhash[FID_BUCKETS];
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/include/
H A Dixp_local.h59 typedef struct MapEnt MapEnt; typedef
66 MapEnt** bucket;
83 void ixp_mapinit(Map*, MapEnt**, int);