Searched refs:tab (Results 1 - 11 of 11) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/ |
H A D | Makefile | 64 mv y.tab.c pswparser.c ; \ 65 mv y.tab.h pswparser.h 71 ${RM} lexer.c y.tab.h pswparser.c *.o pswrap
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | scan.c | 56 /* 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...] |
H A D | configProcs.h | 197 int xf86getToken(xf86ConfigSymTabRec *tab); 199 int xf86getSubTokenWithTab(char **comment, xf86ConfigSymTabRec *tab); 206 int xf86getStringToken(xf86ConfigSymTabRec *tab);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiText.c | 136 int tabs[TAB_COUNT], tab; local 146 for (i=0, tab=0 ; i < TAB_COUNT ; i++) 147 tabs[i] = (tab += 8);
|
H A D | Xaw3_1AsciiSink.c | 132 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 D | Xaw3_1TextSink.c | 186 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 D | AsciiText.c | 142 int tabs[TAB_COUNT], tab; local 173 for (i=0, tab=0 ; i < TAB_COUNT ; i++) 174 tabs[i] = (tab += 8);
|
H A D | AsciiSink.c | 156 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 D | TextSink.c | 191 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 D | MultiSink.c | 179 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/kernel/efb/src/ |
H A D | radeon_drv.h | 1195 #define OUT_RING_TABLE(tab, sz) do { \ 1197 int *_tab = (int *)(uintptr_t)(tab); \
|
Completed in 32 milliseconds