HomeSort by: relevance | last modified time | path
    Searched refs:text_list (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
win_utils.c 236 char **text_list; local
267 status = XmbTextPropertyToTextList(dpy, &text_prop, &text_list,
270 || text_list == NULL
271 || text_list[0] == NULL) {
297 don't call XFreeStringList - text_list appears to have
299 XFreeStringList(text_list);
304 stringptr = strdup(text_list[0]);
305 XFreeStringList(text_list);
  /xsrc/external/mit/xterm/dist/
button.c 1763 char ***text_list,
1772 text_list,
1774 if (*text_list != NULL && *text_list_count != 0) {
1790 data = (Char *) (*text_list)[i];
1791 size = strlen((*text_list)[i]) + 1;
1798 data = (Char *) (*text_list)[i];
1799 size = strlen((*text_list)[i]) + 1;
1806 XFreeStringList((*text_list));
1807 *text_list = new_text_list;
2693 char **text_list = NULL local
    [all...]

Completed in 12 milliseconds