Searched defs:Map (Results 1 – 10 of 10) sorted by relevance
1 typedef struct Map Map; typedef71 struct Map { struct73 Mapel *el; argument74 int nel;75 ulong t;76 char *buf;77 Qid qid;
39 typedef struct Map Map; typedef40 struct Map /* holds a mapping from uchar name to index */ struct47 Map charmap[5]; argument
11 } Map; typedef
28 typedef struct Map Map; typedef29 struct Map { struct37 Map* map; argument
589 typedef struct Map Map; typedef613 struct Map struct615 int nuser;616 int ngroup;617 User *user;618 User **ubyname;619 User **ubyid;620 Group *group;621 Group **gbyname;622 Group **gbyid;
31 typedef struct Map Map; typedef32 struct Map { struct40 Map* map; argument
129 typedef struct Map Map; typedef138 struct Map { struct139 int nsegs; /* number of segments */140 struct segment { /* per-segment map */148 } seg[1]; /* actually n of these */
107 typedef struct Map Map; typedef492 struct Map struct494 Map* next; /* next in list of document's maps */ argument495 Rune* name; /* map name */496 Area* areas; /* list of map areas */
572 typedef struct Map Map; typedef573 struct Map { struct578 Map *next; argument
668 riscvexcep(Map*, Rgetter) in riscvexcep() argument