/ast/src/lib/libast/comp/ |
H A D | fnmatch.c | 37 } Map_t; typedef in typeref:struct:__anon250 39 static const Map_t map[] = 56 register const Map_t* mp;
|
H A D | iconv.c | 77 } Map_t; typedef in typeref:struct:Map_s 84 Map_t from; 85 Map_t to;
|
/ast/src/cmd/jcl/ |
H A D | jcl.c | 122 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/libast/string/ |
H A D | ccmap.c | 611 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/libast/tm/ |
H A D | tmlocale.c | 136 } 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/libcmd/ |
H A D | chgrp.c | 135 } 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/libsum/ |
H A D | sumlib.c | 62 } Map_t; typedef in typeref:struct:Map_s 204 static const Map_t maps[] =
|
/ast/src/lib/libjcl/ |
H A D | path.c | 39 } 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/lib/libast/port/ |
H A D | lcgen.c | 112 } 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/lib/libvcodex/ |
H A D | vcsfio.c | 79 } Map_t; typedef in typeref:struct:_map_s 87 static Map_t Map[] =
|
/ast/src/cmd/pax/ |
H A D | pax.h | 225 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 */ \
|
/ast/src/cmd/3d/ |
H A D | 3d.h | 372 } 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);
|