Home
last modified time | relevance | path

Searched refs:tch (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Diso.multibyte.c90 unsigned char tch; /* temporary use */ in _mbtowc_iso() local
137 tch = ch; /* save this to decide _des_state */ in _mbtowc_iso()
145 if (tch == 0x28) in _mbtowc_iso()
147 else if (tch == 0x29 || tch == 0x2D) in _mbtowc_iso()
149 else if (tch == 0x2A || tch == 0x2E) in _mbtowc_iso()
168 tch = ch; /* save this to decide _des_state */ in _mbtowc_iso()
176 if (tch == 0x28) in _mbtowc_iso()
178 else if (tch == 0x29 || tch == 0x2D) in _mbtowc_iso()
180 else if (tch == 0x2A || tch == 0x2E) in _mbtowc_iso()
297 tch = *us++; in _mbtowc_iso()
[all …]
/titanic_50/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]; in cgoto() local
431 tch[n] = i; in cgoto()
434 tch[n] = i; in cgoto()
439 tch[n] = 0; in cgoto()
443 packtrans(s, tch, tst, n, tryit); in cgoto()
513 packtrans(int st, CHR *tch, int *tst, int cnt, int tryit) in packtrans() argument
535 ach = tch; in packtrans()
545 index = (unsigned char) tch[i]; in packtrans()
552 i, (int)tch[i]); in packtrans()
[all …]
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c737 cchar_t *cp, tch; in __m_cc_modify() local
760 tch = *cp; in __m_cc_modify()
761 cp[1] = tch; in __m_cc_modify()
/titanic_50/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) in setup_src() argument
72 nch = min(sch, tch); in setup_src()