Searched defs:tab (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiText.c136 int tabs[TAB_COUNT], tab; local
146 for (i=0, tab=0 ; i < TAB_COUNT ; i++)
147 tabs[i] = (tab += 8);
H A DXaw3_1AsciiSink.c132 Position *tab; local
141 for (i = 0, tab = sink->text_sink.tabs ;
142 i < sink->text_sink.tab_count ; i++, tab++) {
143 if (x < *tab) {
144 if (*tab < XtParent(w)->core.width)
145 return *tab - x;
H A DXaw3_1TextSink.c186 sink->text_sink.tab_count = 0; /* Initialize the tab stops. */
708 register short *tab; local
711 for (i = tab_count, tab = char_tabs; i; i--) *tab++ = (short)*tabs++;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiText.c142 int tabs[TAB_COUNT], tab; local
173 for (i=0, tab=0 ; i < TAB_COUNT ; i++)
174 tabs[i] = (tab += 8);
H A DAsciiSink.c156 Position *tab; local
165 for (i = 0, tab = sink->text_sink.tabs ;
166 i < sink->text_sink.tab_count ; i++, tab++) {
167 if (x < *tab) {
168 if (*tab < (int)XtParent(w)->core.width)
169 return *tab - x;
H A DTextSink.c191 sink->text_sink.tab_count = 0; /* Initialize the tab stops. */
749 short *tab; local
752 for (i = tab_count, tab = char_tabs; i; i--) *tab++ = (short)*tabs++;
H A DMultiSink.c179 Position *tab; local
188 for (i = 0, tab = sink->text_sink.tabs ;
189 i < sink->text_sink.tab_count ; i++, tab++) {
190 if (x < *tab) {
191 if (*tab < (int)XtParent(w)->core.width)
192 return *tab - x;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c56 /* View/edit this file with tab stops set to 4 */
284 * (tab != NULL), the table may be searched for a match with the
289 xf86getToken (xf86ConfigSymTabRec * tab) argument
504 if (tab)
508 while (tab[i].token != -1)
509 if (xf86nameCompare (configRBuf, tab[i].name) == 0)
510 return (tab[i].token);
554 xf86getSubTokenWithTab (char **comment, xf86ConfigSymTabRec *tab) argument
559 token = xf86getToken(tab);
1090 xf86getStringToken (xf86ConfigSymTabRec * tab) argument
1096 StringToToken(char *str, xf86ConfigSymTabRec * tab) argument
[all...]

Completed in 71 milliseconds