Lines Matching defs:temp_char
2724 char temp_char; /* Temporary character */
2744 temp_char = GET_MEMORY_B (h8_get_reg (cpu, 0));
2747 while (temp_char != '\0')
2749 temp_char = GET_MEMORY_B (filename_ptr + len);
2759 temp_char = GET_MEMORY_B (filename_ptr + i);
2760 filename[i] = temp_char;
2810 char temp_char; /* Temporary character */
2828 temp_char = GET_MEMORY_B (char_ptr + i);
2829 ptr[i] = temp_char;
2926 char temp_char; /* Temporary character */
2937 temp_char = GET_MEMORY_B (h8_get_reg (cpu, 0));
2940 while (temp_char != '\0')
2942 temp_char = GET_MEMORY_B (filename_ptr + len);
2952 temp_char = GET_MEMORY_B (filename_ptr + i);
2953 filename[i] = temp_char;