Searched refs:conv_list (Results 1 – 3 of 3) sorted by relevance
55 struct conv_list { struct56 struct conv_list *next; // next conversion in chain argument117 struct conv_list119 struct conv_list *list) in get_last_conv()121 struct conv_list *lp; in get_last_conv()133 struct conv_list *&list) in free_conv_list()137 struct conv_list *tlp; in free_conv_list()162 struct conv_list *&list, // list to modify in append_conv_list()169 struct conv_list *lp; in append_conv_list()170 struct conv_list *nlp; in append_conv_list()[all …]
838 static kiconv_conv_list_t conv_list[KICONV_MAX_CONVERSIONS] = { variable1109 if (conv_list[j].mid == mid && in kiconv_register_module()1110 conv_list[j].fid == fid && in kiconv_register_module()1111 conv_list[j].tid == tid) { in kiconv_register_module()1112 if (conv_list[j].open == NULL) { in kiconv_register_module()1113 conv_list[j].open = op->kiconv_open; in kiconv_register_module()1114 conv_list[j].kiconv = op->kiconv; in kiconv_register_module()1115 conv_list[j].close = op->kiconv_close; in kiconv_register_module()1116 conv_list[j].kiconvstr = op->kiconvstr; in kiconv_register_module()1167 if (conv_list[i].mid == mid) { in kiconv_unregister_module()[all …]
308 | T_TOUPPER conv_list T_NL309 | T_TOLOWER conv_list T_NL333 conv_list : conv_list T_SEMI conv_pair