HomeSort by: relevance | last modified time | path
    Searched defs:temp_array (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 1261 char **temp_array; local
1288 temp_array = (char **)xmalloc ((3 + newlen) * sizeof (char *));
1292 temp_array[j++] = matches[i];
1294 temp_array[j] = (char *)NULL;
1300 temp_array[0] = lowest_common;
1305 if (j == 2 && strcmp (temp_array[0], temp_array[1]) == 0)
1307 xfree (temp_array[1]);
1308 temp_array[1] = (char *)NULL;
1310 return (temp_array);
    [all...]
complete.c 1261 char **temp_array; local
1288 temp_array = (char **)xmalloc ((3 + newlen) * sizeof (char *));
1292 temp_array[j++] = matches[i];
1294 temp_array[j] = (char *)NULL;
1300 temp_array[0] = lowest_common;
1305 if (j == 2 && strcmp (temp_array[0], temp_array[1]) == 0)
1307 xfree (temp_array[1]);
1308 temp_array[1] = (char *)NULL;
1310 return (temp_array);
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 1261 char **temp_array; local
1288 temp_array = (char **)xmalloc ((3 + newlen) * sizeof (char *));
1292 temp_array[j++] = matches[i];
1294 temp_array[j] = (char *)NULL;
1300 temp_array[0] = lowest_common;
1305 if (j == 2 && strcmp (temp_array[0], temp_array[1]) == 0)
1307 xfree (temp_array[1]);
1308 temp_array[1] = (char *)NULL;
1310 return (temp_array);
    [all...]
complete.c 1261 char **temp_array; local
1288 temp_array = (char **)xmalloc ((3 + newlen) * sizeof (char *));
1292 temp_array[j++] = matches[i];
1294 temp_array[j] = (char *)NULL;
1300 temp_array[0] = lowest_common;
1305 if (j == 2 && strcmp (temp_array[0], temp_array[1]) == 0)
1307 xfree (temp_array[1]);
1308 temp_array[1] = (char *)NULL;
1310 return (temp_array);
    [all...]

Completed in 84 milliseconds