Searched refs:conv_list (Results 1 – 3 of 3) sorted by relevance
57 struct conv_list { struct58 struct conv_list *next; // next conversion in chain argument119 struct conv_list121 struct conv_list *list) in get_last_conv()123 struct conv_list *lp; in get_last_conv()135 struct conv_list *&list) in free_conv_list()139 struct conv_list *tlp; in free_conv_list()164 struct conv_list *&list, // list to modify in append_conv_list()171 struct conv_list *lp; in append_conv_list()172 struct conv_list *nlp; in append_conv_list()[all …]
840 static kiconv_conv_list_t conv_list[KICONV_MAX_CONVERSIONS] = { variable1111 if (conv_list[j].mid == mid && in kiconv_register_module()1112 conv_list[j].fid == fid && in kiconv_register_module()1113 conv_list[j].tid == tid) { in kiconv_register_module()1114 if (conv_list[j].open == NULL) { in kiconv_register_module()1115 conv_list[j].open = op->kiconv_open; in kiconv_register_module()1116 conv_list[j].kiconv = op->kiconv; in kiconv_register_module()1117 conv_list[j].close = op->kiconv_close; in kiconv_register_module()1118 conv_list[j].kiconvstr = op->kiconvstr; in kiconv_register_module()1169 if (conv_list[i].mid == mid) { in kiconv_unregister_module()[all …]
306 | T_TOUPPER conv_list T_NL307 | T_TOLOWER conv_list T_NL334 conv_list : conv_list T_SEMI conv_pair