Searched refs:Map_t (Results 1 - 19 of 19) sorted by relevance

/ast/src/lib/libast/comp/
H A Dfnmatch.c37 } Map_t; typedef in typeref:struct:__anon250
39 static const Map_t map[] =
56 register const Map_t* mp;
H A Diconv.c77 } Map_t; typedef in typeref:struct:Map_s
84 Map_t from;
85 Map_t to;
/ast/src/cmd/jcl/
H A Djcl.c122 struct Map_s; typedef struct Map_s Map_t; typedef in typeref:struct:Map_s
126 Map_t* next;
135 Map_t* map;
136 Map_t* lastmap;
146 Map_t* p;
155 if (!(p = newof(0, Map_t, 1, 0)))
275 Map_t* p;
/ast/src/lib/libjcl/
H A Dpath.c39 } Map_t; typedef in typeref:struct:Map_s
44 Map_t* all;
229 static Map_t*
232 register Map_t* mp;
233 register Map_t* lp;
239 Map_t map;
255 if (!(mp = (Map_t*)dtprev(state.match[state.matched].map, &map)))
256 mp = (Map_t*)dtfirst(state.match[state.matched].map);
257 for (; mp && mp->same >= i; mp = (Map_t*)dtnext(state.match[state.matched].map, mp))
371 register Map_t* m
[all...]
/ast/src/cmd/3d/
H A Dlib.c287 register Map_t* map;
340 Map_t*
343 register Map_t* lo;
344 register Map_t* mid;
345 register Map_t* hi;
351 Map_t* end;
459 iterate(register Table_t* tab, int (*fun)(Map_t*, char*, int), register char* buf, int flags)
461 register Map_t* cp;
462 register Map_t* ep;
H A Dpathnext.c37 Map_t* vpath;
131 Map_t* map;
H A D3d.h372 } Map_t; typedef in typeref:struct:__anon3
377 Map_t table[TABSIZE];
549 extern int iterate(Table_t*, int(*)(Map_t*, char*, int), char*, int);
552 extern int mapget(Map_t*, char*, int);
560 extern Map_t* search(Table_t*, const char*, int, const char*, int);
H A Dmount3d.c99 register Map_t* map;
H A Dmap.c35 mapget(Map_t* map, char* buf, int flags)
340 Map_t* map;
487 register Map_t* old;
H A Dinit.c853 register Map_t* cp;
854 register Map_t* ep;
/ast/src/lib/libcmd/
H A Dchgrp.c135 } Map_t; typedef in typeref:struct:Map_s
224 register Map_t* m;
286 mapdisc.key = offsetof(Map_t, key);
358 if (!(m = (Map_t*)dtmatch(map, &key)))
360 if (!(m = (Map_t*)stakalloc(sizeof(Map_t))))
434 if (m = (Map_t*)dtmatch(map, &keys[i]))
/ast/src/lib/libast/tm/
H A Dtmlocale.c136 } Map_t; typedef in typeref:struct:Map_s
138 static const Map_t map[] =
450 } Map_t; typedef in typeref:struct:Map_s
452 static const Map_t map[] =
/ast/src/lib/libsum/
H A Dsumlib.c62 } Map_t; typedef in typeref:struct:Map_s
204 static const Map_t maps[] =
/ast/src/lib/libast/port/
H A Dlcgen.c112 } Map_t; typedef in typeref:struct:Map_s
276 Map_t* mp;
560 if (!(mp = newof(0, Map_t, 1, s - b + 1)))
604 if (mp != (Map_t*)enter(&state.map, (Link_t*)mp))
774 for (mp = (Map_t*)state.map.root; mp; mp = (Map_t*)mp->link.next)
/ast/src/cmd/pax/
H A Dpax.h225 struct Map_s; typedef struct Map_s Map_t; typedef in typeref:struct:Map_s
345 Map_t* next; /* next in list */
556 Map_t* maps; /* file name maps */ \
H A Dpax.c158 Map_t* lastmap;
187 substitute(Map_t** lastmap, register char* s)
189 register Map_t* mp;
198 if (!(mp = newof(0, Map_t, 1, 0)))
H A Dmisc.c400 register Map_t* mp;
/ast/src/lib/libast/string/
H A Dccmap.c611 struct Map_s; typedef struct Map_s Map_t; typedef in typeref:struct:Map_s
615 Map_t* next;
620 static Map_t* maps;
632 register Map_t* map;
665 if (!(map = newof(0, Map_t, 1, 0)))
/ast/src/lib/libvcodex/
H A Dvcsfio.c79 } Map_t; typedef in typeref:struct:_map_s
87 static Map_t Map[] =

Completed in 73 milliseconds