Home
last modified time | relevance | path

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

/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3lib/
H A Dsj.c197 sj3_open_with_list(char *host, char *user, int dicts_num, char **dicts, int *error_num, int **error… in sj3_open_with_list() argument
221 if ((dicts_num > 0) && dicts) { in sj3_open_with_list()
222 if (!(dict_idx = (long *)malloc(sizeof(long) * dicts_num * 2))) { in sj3_open_with_list()
225 memset(dict_idx, 0, sizeof(long) * dicts_num * 2); in sj3_open_with_list()
226 dicid_num = dicts_num; in sj3_open_with_list()
229 for (i = 0; i < dicts_num; i++) { in sj3_open_with_list()
233 dict_idx[dicts_num + err_id_num] = i; in sj3_open_with_list()
240 if (err_id_num == dicts_num) { in sj3_open_with_list()
245 if (error_index) *error_index = (int *) &(dict_idx[dicts_num]); in sj3_open_with_list()