Searched refs:text_list_count (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c237 int text_list_count; local in function:GetWMPropertyString
268 &text_list_count);
269 if(text_list_count == 0
276 else if(status < 0 || text_list_count < 0) {
/xsrc/external/mit/xterm/dist/
H A Dbutton.c1764 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 in function:SelectionReceived
2736 &text_list_count) < 0) {
2757 &text_list, &text_list_count);
1761 xtermUtf8ToTextList(XtermWidget xw,XTextProperty * text_prop,char *** text_list,int * text_list_count) argument
[all...]

Completed in 8 milliseconds