Searched refs:tab_count (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSink.c186 sink->text_sink.tab_count = 0; /* Initialize the tab stops. */
225 (*class->text_sink_class.SetTabs)(new, w->text_sink.tab_count,
433 * tab_count - the number of tabs in the list.
439 SetTabs(w, tab_count, tabs)
441 int tab_count;
464 if (tab_count > sink->text_sink.tab_count) {
466 (Cardinal) (tab_count * sizeof(Position)));
469 (Cardinal) (tab_count * sizeof(short)));
472 for ( i = 0 ; i < tab_count ;
[all...]
H A DXaw3_1TextSinkP.h86 int tab_count; /* number of items in tabs */ member in struct:__anon338
H A DXaw3_1AsciiSink.c142 i < sink->text_sink.tab_count ; i++, tab++) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSinkP.h108 int tab_count; /* number of items in tabs */ member in struct:__anon406
H A DTextSink.c191 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 DAsciiSink.c166 i < sink->text_sink.tab_count ; i++, tab++) {
640 * tab_count - the number of tabs in the list.
646 SetTabs(w, tab_count, tabs)
648 int tab_count;
671 if (tab_count > sink->text_sink.tab_count) {
674 (Cardinal) (tab_count * sizeof(Position)));
677 (Cardinal) (tab_count * sizeof(short)));
680 for ( i = 0 ; i < tab_count ; i++ ) {
685 sink->text_sink.tab_count
[all...]
H A DMultiSink.c189 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 20 milliseconds