Searched refs:mc (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/port/
H A Dmc.c45 #include <mc.h>
212 register Mc_t* mc; local
243 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(mc = vmnewof(vm, 0, Mc_t, 1, 0)))
248 mc->vm = vm;
249 mc->cvt = (iconv_t)(-1);
256 if (!(sp = sfgetr(ip, 0, 0)) || !(mc->translation = vmstrdup(vm, sp)))
273 mc->nstrs = sfgetu(ip);
274 mc->nmsgs = sfgetu(ip);
275 mc->num = sfgetu(ip);
279 else if (!(mc
345 mcget(register Mc_t* mc, int set, int num, const char* msg) argument
373 mcput(register Mc_t* mc, int set, int num, const char* msg) argument
513 mcdump(register Mc_t* mc, register Sfio_t* op) argument
665 mcclose(register Mc_t* mc) argument
[all...]
/ast/src/cmd/msgcc/
H A Dmsggen.c119 #include <mc.h>
210 register Mc_t* mc; local
273 if (!(mc = mcopen(sp)))
278 for (set = 1; set <= mc->num; set++)
279 if (mc->set[set].num)
282 for (num = 1; num <= mc->set[set].num; num++)
283 if (s = mc->set[set].msg[num])
289 if (*mc->translation)
292 sfprintf(sfstdout, "%s", mc->translation);
296 for (set = 1; set <= mc
[all...]
H A Dmsgget.c47 #include <mc.h>
52 register Mc_t* mc; local
101 if (!(mc = mcopen(sp)))
104 s = mcget(mc, set, num, msg);
/ast/src/lib/libast/comp/
H A Dcatopen.c27 * the ast mc* and native cat* routines do all the work
36 #include <mc.h>
74 Mc_t* mc; local
91 mc = mcopen(ip);
93 if (mc)
94 return (_ast_nl_catd)mc;
H A Dsetlocale.c37 #include <mc.h>
/ast/src/cmd/mailx/
H A Dlist.c359 int mc; local
371 mc = 0;
387 mc++;
487 mc = 0;
492 mc++;
494 if (!mc) {
507 if ((np > namelist || colmod) && !mc)
519 for (mc = 0, np = &namelist[0]; *np; np++)
522 mc++;
528 mc
[all...]
/ast/src/lib/libast/misc/
H A Dtranslate.c33 #include <mc.h>
193 * see <mc.h> mcindex()
/ast/src/lib/libast/
H A DMakefile34 ip6.h lc.h ls.h magic.h mc.h mime.h mnt.h modecanon.h modex.h \
89 catopen.c iconv.c lc.c lctab.c mc.c \
234 "win32*" :NOOPTIMIZE: fastfind.c mc.c
/ast/src/lib/libast/tm/
H A Dtmlocale.c33 #include <mc.h>

Completed in 33 milliseconds