Searched refs:maps (Results 1 - 15 of 15) sorted by relevance

/ast/src/lib/libast/string/
H A Dccmapid.c35 static const Ccmap_t maps[] = variable
128 return !mp ? (Ccmap_t*)maps : (++mp)->name ? mp : (Ccmap_t*)0;
146 for (mp = maps; mp->name; mp++)
169 for (mp = maps; mp->name; mp++)
H A Dccmap.c28 * dynamic single byte character code maps
620 static Map_t* maps; variable
662 for (map = maps; map; map = map->next)
675 map->next = maps;
676 maps = map;
/ast/src/cmd/3d/
H A Dpathnext.c129 int maps; local
135 maps = 0;
166 maps++;
182 maps++;
194 maps++;
200 if (maps > 1)
/ast/src/lib/libsum/
H A Dsumlib.c204 static const Map_t maps[] = variable
280 for (n = 0; n < elementsof(maps); n++)
281 if (match(name, maps[n].match))
283 name = maps[n].map;
373 for (i = 0; i < elementsof(maps); i++)
374 n += sfprintf(sp, "[+%s?%s Shorthand for \b%s\b.]", maps[i].match, maps[i].description, maps[i].map);
/ast/src/lib/libdss/
H A Ddssopt.c133 sfprintf(tmp, "A generic type that maps to %s", tp->generic[0]->name);
328 for (mp = (Cxmap_t*)dtfirst(state->cx->maps); mp; mp = (Cxmap_t*)dtnext(state->cx->maps, mp))
333 if (optout(sp, "----- data maps -----", NiL, NiL, NiL, NiL, NiL))
432 if (lib->maps)
435 for (i = 0; lib->maps[i]; i++)
436 if (optout(sp, lib->maps[i]->name, NiL, NiL, NiL, lib->maps[i]->description, NiL))
438 else if (optmap(sp, lib->maps[i]))
H A Dcx.h535 Cxmap_t** maps; /* map table */ member in struct:Cxlib_s
574 Dt_t* maps; /* Cxmap_t dictionary */ member in struct:Cxstate_s
610 Dt_t* maps; /* Cxmap_t dictionary */ member in struct:Cx_s
H A Dcxopen.c1016 cx->maps = state.maps;
1079 dtview(top->maps, bot->maps);
1081 top->maps = bot->maps;
1117 dtview(top->maps, NiL);
1154 dtclose(cx->maps);
1610 dict = cx->maps;
1619 dtview(dict, cx->maps);
[all...]
H A Ddssopen.c37 "maps and constraints. Public schemas are usually placed in a "
216 "meta-method that specifies a method, value maps and constraints",
421 if (lib->maps)
422 for (i = 0; lib->maps[i]; i++)
423 if (cxaddmap(NiL, lib->maps[i], disc))
/ast/src/lib/libpp/
H A DMakefile121 * preprocessor library debug maps
H A Dpplib.h260 char* maps; /* directive maps */ \
H A Dppcontrol.c526 for (map = (struct map*)pp.maps; map; map = map->next)
1944 map->next = (struct map*)pp.maps;
1945 pp.maps = (char*)map;
/ast/src/cmd/pax/
H A Dpax.h555 } map; /* ccode maps */ \
556 Map_t* maps; /* file name maps */ \
H A Dmisc.c413 for (mp = state.maps; mp; mp = mp->next)
H A Dpax.c224 state.maps = *lastmap = mp;
/ast/src/cmd/INIT/
H A Dproto.c385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppglobals
437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppcontext

Completed in 51 milliseconds