Searched defs:tabs (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiText.c | 136 int tabs[TAB_COUNT], tab; local 147 tabs[i] = (tab += 8); 149 XawTextSinkSetTabs(w->text.sink, TAB_COUNT, tabs);
|
H A D | Xaw3_1TextSinkP.h | 84 Position *tabs; /* The tab stops as pixel values. */ member in struct:__anon338 85 short *char_tabs; /* The tabs stops as character values. */ 86 int tab_count; /* number of items in tabs */
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | AsciiText.c | 142 int tabs[TAB_COUNT], tab; local 174 tabs[i] = (tab += 8); 176 XawTextSinkSetTabs(w->text.sink, TAB_COUNT, tabs);
|
H A D | TextSinkP.h | 106 Position *tabs; /* The tab stops as pixel values. */ member in struct:__anon406 107 short *char_tabs; /* The tabs stops as character values. */ 108 int tab_count; /* number of items in tabs */
|
H A D | TextSink.c | 192 sink->text_sink.tabs = NULL; 209 XtFree((char *) sink->text_sink.tabs); 433 * tab_count - the number of tabs in the list. 434 * tabs - the text positions of the tabs. 440 SetTabs(w, tab_count, tabs) 443 short *tabs; 732 * tab_count - the number of tabs in the list. 733 * tabs - the text positions of the tabs 739 XawTextSinkSetTabs(Widget w, int tab_count, int *tabs) argument [all...] |
Completed in 791 milliseconds