Searched defs:tab_count (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSinkP.h | 86 int tab_count; /* number of items in tabs */ member in struct:__anon338
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSinkP.h | 108 int tab_count; /* number of items in tabs */ member in struct:__anon406
|
H A D | TextSink.c | 191 sink->text_sink.tab_count = 0; /* Initialize the tab stops. */ 433 * tab_count - the number of tabs in the list. 440 SetTabs(w, tab_count, tabs) 442 int tab_count; 732 * tab_count - the number of tabs in the list. 739 XawTextSinkSetTabs(Widget w, int tab_count, int *tabs) argument 741 XawTextSinkSetTabs(w, tab_count, tabs) 743 int tab_count, *tabs; 746 if (tab_count > 0) { 748 short *char_tabs = (short*)XtMalloc( (unsigned)tab_count*sizeo [all...] |
H A D | MultiSink.c | 189 i < sink->text_sink.tab_count ; i++, tab++) { 610 SetTabs( w, w->text_sink.tab_count, w->text_sink.char_tabs ); 683 * tab_count - the number of tabs in the list. 692 int tab_count, 695 SetTabs( w, tab_count, tabs ) 697 int tab_count; 734 if (tab_count > sink->text_sink.tab_count) { 737 (Cardinal) (tab_count * sizeof(Position))); 740 (Cardinal) (tab_count * sizeo 690 SetTabs( Widget w, int tab_count, short* tabs ) argument [all...] |
Completed in 22 milliseconds