Searched refs:code_2 (Results 1 – 3 of 3) sorted by relevance
108 register KCHAR code_2; /* 2-byte char converted */ local112 code_2 = han_temp;114 return(code_2);147 if((code_2=packtocomp(make_2(2))) == 0xFFFF){149 code_2 = make_2(0);156 return(code_2);161 if((code_2=packtocomp(make_2(2))) == 0xFFFF){163 code_2 = make_2(0);170 return(code_2);175 if((code_2=packtocomp(make_2(2))) == 0xFFFF){[all …]
49 write_21(code_2, st) in write_21() argument50 KCHAR code_2; in write_21()56 buffer = Y19_32[(short)INITIAL_SOUND(code_2) - 0x09] + BEG_OF_CONSO;61 buffer = Y21_32[(short)MIDDLE_SOUND(code_2)] + BEG_OF_VOW;66 buffer = Y28_32[FINAL_SOUND(code_2) - 0x01] + BEG_OF_CONSO;
52 int write_21(KCHAR code_2, struct _cv_state *st);