Searched defs:ic (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dmathimpl.h72 # define ic(name, value, bexp, xval) ; macro
80 # define ic(name, value, bexp, xval) \ macro
/ast/src/cmd/std/
H A Diconv.c80 register iconv_list_t* ic; local
85 for (ic = iconv_list(NiL); ic; ic = iconv_list(ic))
90 p = ic->match;
102 p = ic->desc;
118 register iconv_list_t* ic; local
122 for (ic = iconv_list(NiL); ic; i
[all...]
H A Ddd.c499 register iconv_list_t* ic; local
503 for (ic = iconv_list(NiL); ic; ic = iconv_list(ic))
508 optesc(sp, ic->match, '?');
510 optesc(sp, ic->desc, 0);
/ast/src/lib/libast/regex/
H A Dregdecomp.c86 unsigned char ic[2*UCHAR_MAX]; local
155 t = ic;
225 if ((t - ic + 1) < (s - nc + (nc[0] == '^')))
238 sfwrite(sp, ic, t - ic);
H A Dregcomp.c1032 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) argument
1050 if (ic)
1068 if (ic)
1106 if (ic)
1124 if (ic)
1161 if (!ic || !cc)
1163 ic = 0;
1188 int ic; local
1471 if (ic = env->flags & REG_ICASE)
1537 ce = col(ce, ic, r
[all...]
H A Dregnexec.c657 int ic; local
661 ic = (rex->flags & REG_ICASE);
676 if (ic && isupper(c))
691 if (ic && isupper(c))
707 if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.elements, (char*)key, c, x))
/ast/src/lib/libcodex/
H A Dcode-iconv.c43 register iconv_list_t* ic; local
47 for (ic = iconv_list(NiL); ic; ic = iconv_list(ic))
52 p = ic->match;
64 p = ic->desc;
/ast/src/cmd/pax/
H A Dpax.c1410 register iconv_list_t* ic; local
1419 for (ic = iconv_list(NiL); ic; ic = iconv_list(ic))
1424 p = ic->match;
1436 p = ic->desc;
/ast/src/cmd/re/
H A Dsed1.c78 #define ic ac macro
669 xx,ac,bc,cc,dc,xx,xx,gc,hc,ic,xx,xx,lc,xx,nc,xx, /* a-n */
/ast/src/lib/libuu/
H A Duulib.c964 int ic; local
969 ic = ((oc / 3) + 1) * 4;
970 if (ic > SF_BUFSIZE)
971 ic = SF_BUFSIZE;
976 e = buf + ic;
/ast/src/cmd/sort/
H A Dmain.c322 register iconv_list_t* ic; local
328 for (ic = iconv_list(NiL); ic; ic = iconv_list(ic))
329 if (ic->ccode >= 0)
330 n += sfprintf(sp, "[%c:%s?%s]", ic->match[ic->match[0] == '('], ic->name, ic
[all...]
/ast/src/cmd/builtin/
H A Dod.c1277 register iconv_list_t* ic; local
1285 for (ic = iconv_list(NiL); ic; ic = iconv_list(ic))
1286 if (ic->ccode >= 0)
1287 n += sfprintf(sp, "[%c:%s?%s]", ic->match[ic->match[0] == '('], ic->name, ic
[all...]

Completed in 62 milliseconds