Searched refs:FORMAT_DICT (Results 1 – 1 of 1) sorted by relevance
645 FORMAT_DICT = { variable1373 if "*" not in param and type_only not in FORMAT_DICT:1378 if "*" in param or FORMAT_DICT[type_only] == POINTER_FORMAT:1381 if is_unsigned_long_format(FORMAT_DICT[type_only]):1403 if type_only not in FORMAT_DICT:1406 return just_the_name(param) + " = " + FORMAT_DICT[type_only]