Lines Matching refs:tbl
80 free ((void *)ccsp->tbl); in table_close()
112 ccsp->tbl = biccsp->from_ucs; in table_init_from_ucs()
139 (const unsigned char *)ccsp->tbl); in table_convert_from_ucs()
148 code = find_code_speed ((ucs2_t)in, ccsp->tbl); in table_convert_from_ucs()
150 code = find_code_size ((ucs2_t)in, ccsp->tbl); in table_convert_from_ucs()
193 ccsp->tbl = biccsp->to_ucs; in table_init_to_ucs()
218 ucs = (ucs2_t)ccsp->tbl[**inbuf]; in table_convert_to_ucs()
233 ccsp->tbl); in table_convert_to_ucs()
236 ccsp->tbl); in table_convert_to_ucs()
546 if ((ccsp->tbl = (ucs2_t *)malloc (tbllen)) == NULL) in load_file()
554 if (fread ((void *) ccsp->tbl, 1, tbllen, file) != tbllen) in load_file()
560 free ((void *)ccsp->tbl); in load_file()
561 ccsp->tbl = NULL; in load_file()
573 if (ccsp->tbl != NULL) in load_file()
574 free ((void *)ccsp->tbl); in load_file()