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

  /xsrc/external/mit/ctwm/dist/
win_utils.c 237 int text_list_count; local
268 &text_list_count);
269 if(text_list_count == 0
276 else if(status < 0 || text_list_count < 0) {
  /xsrc/external/mit/xterm/dist/
button.c 1764 int *text_list_count)
1773 text_list_count)) >= 0) {
1774 if (*text_list != NULL && *text_list_count != 0) {
1780 TRACE(("xtermUtf8ToTextList size %d\n", *text_list_count));
1789 for (i = 0; i < *text_list_count; ++i) {
1795 new_text_list = TypeXtMallocN(char *, *text_list_count);
1797 for (i = 0; i < (*text_list_count); ++i) {
2694 int text_list_count = 0; local
2736 &text_list_count) < 0) {
2757 &text_list, &text_list_count);
    [all...]

Completed in 8 milliseconds