Searched defs:tch (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Diso.multibyte.c90 unsigned char tch; /* temporary use */ local
137 tch = ch; /* save this to decide _des_state */
145 if (tch == 0x28)
147 else if (tch == 0x29 || tch == 0x2D)
149 else if (tch == 0x2A || tch == 0x2E)
151 else /* (tch == 0x2B || tch == 0x2F) */
168 tch
416 unsigned char tch; /* temporary use */ local
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c37 static void packtrans(int st, CHR *tch, int *tst, int cnt, int tryit);
319 CHR tch[MAXNCG]; local
431 tch[n] = i;
434 tch[n] = i;
439 tch[n] = 0;
443 packtrans(s, tch, tst, n, tryit);
513 packtrans(int st, CHR *tch, int *tst, int cnt, int tryit) argument
535 ach = tch;
545 index = (unsigned char) tch[i];
551 "lex`sub2`packtran: tch[
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c68 setup_src(audio_stream_t *sp, int srate, int trate, int sch, int tch) argument
72 nch = min(sch, tch);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c737 cchar_t *cp, tch; local
760 tch = *cp;
761 cp[1] = tch;

Completed in 65 milliseconds