Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 10 of 10) sorted by relevance

/plan9-contrib/sys/src/cmd/wikifs/
H A Dwiki.h1 typedef struct Map Map; typedef
71 struct Map { struct
73 Mapel *el; argument
74 int nel;
75 ulong t;
76 char *buf;
77 Qid qid;
/plan9-contrib/sys/src/cmd/proof/
H A Dfont.c39 typedef struct Map Map; typedef
40 struct Map /* holds a mapping from uchar name to index */ struct
47 Map charmap[5]; argument
/plan9-contrib/sys/src/cmd/postscript/download/
H A Ddownload.h11 } Map; typedef
/plan9-contrib/sys/src/9/pcboot/
H A Dmemory.c28 typedef struct Map Map; typedef
29 struct Map { struct
37 Map* map; argument
/plan9-contrib/sys/src/cmd/
H A Dnfs.c589 typedef struct Map Map; typedef
613 struct Map struct
615 int nuser;
616 int ngroup;
617 User *user;
618 User **ubyname;
619 User **ubyid;
620 Group *group;
621 Group **gbyname;
622 Group **gbyid;
/plan9-contrib/sys/src/9/pc/
H A Dmemory.c31 typedef struct Map Map; typedef
32 struct Map { struct
40 Map* map; argument
/plan9-contrib/sys/include/
H A Dmach.h129 typedef struct Map Map; typedef
138 struct Map { struct
139 int nsegs; /* number of segments */
140 struct segment { /* per-segment map */
148 } seg[1]; /* actually n of these */
H A Dhtml.h107 typedef struct Map Map; typedef
492 struct Map struct
494 Map* next; /* next in list of document's maps */ argument
495 Rune* name; /* map name */
496 Area* areas; /* list of map areas */
/plan9-contrib/sys/src/cmd/cwfs/
H A Dportdat.h572 typedef struct Map Map; typedef
573 struct Map { struct
578 Map *next; argument
/plan9-contrib/sys/src/libmach/
H A Didb.c668 riscvexcep(Map*, Rgetter) in riscvexcep() argument