Searched refs:STOUC (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c323 if (!(patglobflags & GF_MULTIBYTE) || !(STOUC(*inptr) & 0x80))
334 return (wchar_t)STOUC(inchar);
359 return (wchar_t) STOUC(*(*x)++);
1147 if (imeta(STOUC(*rangestr))) {
1148 int swtype = STOUC(*rangestr) - STOUC(Meta);
1244 kshchar = STOUC('+');
1246 kshchar = STOUC('!');
1248 kshchar = STOUC('@');
1250 kshchar = STOUC('*');
[all...]
H A Dsort.c122 cmp = (int)STOUC(*as) - (int)STOUC(*bs);
133 cmp = (int)STOUC(*as) - (int)STOUC(*bs);
H A Dztype.h45 #define zistype(X,Y) (typtab[STOUC(X)] & Y)
H A Dinput.c195 if (itok(lastc = STOUC(*inbufptr++)))
H A Dinit.c398 } else if (isspace(STOUC(**argv))) {
401 if (!isspace(STOUC(**argv))) {
1578 typtab[STOUC(Meta) ] |= IMETA;
1579 typtab[STOUC(Marker)] |= IMETA;
1580 for (t0 = (int)STOUC(Pound); t0 <= (int)STOUC(Nularg); t0++)
H A Dutils.c2371 return STOUC(c);
3419 typtab[STOUC(Meta) ] |= IMETA;
3420 typtab[STOUC(Marker)] |= IMETA;
3421 for (t0 = (int)STOUC(Pound); t0 <= (int)STOUC(Comma); t0++)
3423 for (t0 = (int)STOUC(Snull); t0 <= (int)STOUC(Nularg); t0++)
3427 int c = STOUC(*s == Meta ? *++s ^ 32 : *s);
3443 int c = STOUC(*s == Meta ? *++s ^ 32 : *s);
3464 typtab[STOUC(*
[all...]
H A Dlex.c543 lexact2[STOUC(Meta)] = LX2_META;
815 switch (lexact1[STOUC(c)]) {
1043 act = lexact2[STOUC(c)];
1044 c = lextok2[STOUC(c)];
H A Dparams.c3424 return *dptr->arrptr ? zjoin(*dptr->arrptr, STOUC(dptr->joinchar), 1) : "";
4070 if (!isascii(STOUC(x[i]))) {
4075 keyboardhackchar = len ? STOUC(x[0]) : '\0';
4109 if (!isascii(STOUC(x[i]))) {
4114 bangchar = len ? STOUC(x[0]) : '\0';
4115 hatchar = len > 1 ? STOUC(x[1]) : '\0';
4116 hashchar = len > 2 ? STOUC(x[2]) : '\0';
4308 joinchar = STOUC(((struct tieddata *)pm->u.data)->joinchar);
H A Dbuiltin.c2347 int optval = STOUC(*optstr);
3891 l && !isalpha(STOUC(*aptr));
4397 cc = (curlen > 1) ? STOUC(curarg[1]) : 0;
4399 cc = (curlen > 1) ? STOUC(curarg[1]) : 0;
5602 if (imeta(STOUC(*bptr))) {
5795 if (imeta(STOUC(*bptr))) {
5917 return zbuf++, STOUC(*zbuf++ ^ 32);
5919 return (*zbuf) ? STOUC(*zbuf++) : EOF;
5924 return STOUC(cc);
5932 return STOUC(c
[all...]
H A Dparse.c318 case 4: c |= ((wordcode) STOUC(s[2])) << 19;
319 case 3: c |= ((wordcode) STOUC(s[1])) << 11;
320 case 2: c |= ((wordcode) STOUC(s[0])) << 3; break;
H A Dsubst.c432 if (!iwsep(STOUC(c)))
446 if (itok(STOUC(*x))) {
455 if (itok(STOUC(*x))) {
H A Dzsh.h112 # define STOUC(X) ((unsigned char)(unsigned short)(X)) macro
114 # define STOUC(X) ((unsigned char)(X)) macro
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_keymap.c384 int f = k->nam[0] == Meta ? STOUC(k->nam[1])^32 : STOUC(k->nam[0]);
535 int f = seq[0] == Meta ? STOUC(seq[1])^32 : STOUC(seq[0]);
630 int f = seq[0] == Meta ? STOUC(seq[1])^32 : STOUC(seq[0]);
656 int f = seq[0] == Meta ? STOUC(seq[1])^32 : STOUC(seq[0]);
733 for(op = opns; op->o && !OPT_ISSET(ops,STOUC(op->o)); op++) ;
736 if(OPT_ISSET(ops,STOUC(op
[all...]
H A Dzle.h487 ((wchar_t)(STOUC(x) + ZSH_INVALID_WCHAR_BASE))
H A Dcompmatch.c1453 wc = STOUC(ws[1]) ^ 32;
1456 wc = STOUC(*ws);
1472 c = STOUC(s[1]) ^ 32;
1475 c = STOUC(*s);
1522 c = STOUC(s[1]) ^ 32;
1525 c = STOUC(*s);
1540 wc = STOUC(ws[1]) ^ 32;
1543 wc = STOUC(*ws);
H A Dzle_thingy.c363 for(op = opns; op->o && !OPT_ISSET(ops,STOUC(op->o)); op++) ;
366 if(OPT_ISSET(ops,STOUC(opp->o))) {
H A Dzle_utils.c1174 c = *ptr == Meta ? STOUC(*++ptr) ^ 32 : STOUC(*ptr);
1188 c = *str == Meta ? STOUC(*++str) ^ 32 : STOUC(*str);
H A Dcomplist.c293 int i = STOUC(*s);
296 i = (i * 8) + STOUC(*s);
298 i = (i * 8) + STOUC(*s);
307 *p = (char) (STOUC(*s) & ~0x60);
766 int nc = (*t == Meta) ? STOUC(*++t ^ 32) : STOUC(*t);
822 int nc = (*t == Meta) ? STOUC(*++t ^ 32) : STOUC(*t);
H A Dzle_main.c851 ret = STOUC(kungetbuf[--kungetct]);
919 ret = STOUC(cc);
H A Dcomputil.c1506 ret->single[STOUC(name[1])] = opt;
1687 if ((p = d->single[STOUC(*line)]) && p->active &&
2093 if ((tmpopt = d->single[STOUC(*p)])) {
H A Dzle_tricky.c2368 int cmp = (int) STOUC(*a) - (int) STOUC(*b);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzutil.c702 min = (min * 10) + (int) STOUC(*s) - '0';
706 testit = (STOUC(*s) == '(');
715 max = (max * 10) + (int) STOUC(*s) - '0';
720 if (testit && STOUC(*s)) {
731 if (specs[STOUC(*s)])
732 actval = (int)mathevali(specs[STOUC(*s)]);
754 } else if ((spec = specs[STOUC(*s)])) {
845 specs[STOUC(ap[0][0])] = ap[0] + 2;
1721 sopts[STOUC(*o)] = d;
1745 if (!(d = sopts[STOUC(*
[all...]
H A Dzftp.c948 iaddr[i] = STOUC(nums[i]);
949 iport[0] = STOUC(nums[4]);
950 iport[1] = STOUC(nums[5]);
2448 nt = toupper(STOUC(*str));
2482 nt = str[0] = toupper(STOUC(*str));
3084 switch (toupper(STOUC(*ptr))) {
H A Dstat.c396 ops->ind[STOUC(*arg)] = 1;
H A Dcurses.c1428 instr[1] = STOUC(inc ^ 32);
1431 instr[0] = STOUC(inc);

Completed in 400 milliseconds

12