Searched refs:temp_array (Results 1 – 2 of 2) sorted by relevance
1093 char **temp_array; local1120 temp_array = (char **)xmalloc ((3 + newlen) * sizeof (char *));1124 temp_array[j++] = matches[i];1126 temp_array[j] = (char *)NULL;1132 temp_array[0] = lowest_common;1137 if (j == 2 && strcmp (temp_array[0], temp_array[1]) == 0)1139 xfree (temp_array[1]);1140 temp_array[1] = (char *)NULL;1142 return (temp_array);
2732 symint_t temp_array[ N_TQ ]; in parse_def() local2840 symint_t *t_ptr = &temp_array[ N_TQ-1 ]; in parse_def()2858 if (t_ptr == &temp_array[0]) in parse_def()2869 while (t_ptr <= &temp_array[ N_TQ-1 ]) in parse_def()2911 symint_t *t_ptr = &temp_array[ N_TQ-1 ]; in parse_def()2929 if (t_ptr == &temp_array[0]) in parse_def()2940 while (t_ptr <= &temp_array[ N_TQ-1 ]) in parse_def()