Lines Matching refs:wanted_type_ptr

2192 	  format_wanted_type *wanted_type_ptr;  in check_format_info_main()  local
2211 wanted_type_ptr = &main_wanted_type; in check_format_info_main()
2222 wanted_type_ptr->wanted_type = wanted_type; in check_format_info_main()
2223 wanted_type_ptr->wanted_type_name = wanted_type_name; in check_format_info_main()
2224 wanted_type_ptr->pointer_count = fci->pointer_count + alloc_flag; in check_format_info_main()
2225 wanted_type_ptr->char_lenient_flag = 0; in check_format_info_main()
2227 wanted_type_ptr->char_lenient_flag = 1; in check_format_info_main()
2228 wanted_type_ptr->scalar_identity_flag = 0; in check_format_info_main()
2230 wanted_type_ptr->scalar_identity_flag = 1; in check_format_info_main()
2231 wanted_type_ptr->writing_in_flag = 0; in check_format_info_main()
2232 wanted_type_ptr->reading_from_flag = 0; in check_format_info_main()
2234 wanted_type_ptr->writing_in_flag = 1; in check_format_info_main()
2238 wanted_type_ptr->writing_in_flag = 1; in check_format_info_main()
2240 wanted_type_ptr->reading_from_flag = 1; in check_format_info_main()
2242 wanted_type_ptr->kind = CF_KIND_FORMAT; in check_format_info_main()
2243 wanted_type_ptr->param = cur_param; in check_format_info_main()
2244 wanted_type_ptr->arg_num = arg_num; in check_format_info_main()
2245 wanted_type_ptr->format_start = format_start; in check_format_info_main()
2246 wanted_type_ptr->format_length = format_chars - format_start; in check_format_info_main()
2247 wanted_type_ptr->next = NULL; in check_format_info_main()
2249 last_wanted_type->next = wanted_type_ptr; in check_format_info_main()
2251 first_wanted_type = wanted_type_ptr; in check_format_info_main()
2252 last_wanted_type = wanted_type_ptr; in check_format_info_main()
2257 wanted_type_ptr = (format_wanted_type *) in check_format_info_main()