| /xsrc/external/mit/libXaw/dist/src/ |
| AllWidgets.c | 63 #define DATA(name,class) { (char *)name, class, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } 65 DATA( "applicationShell", &applicationShellWidgetClass ), 66 DATA( "asciiSink", &asciiSinkObjectClass ), 67 DATA( "asciiSrc", &asciiSrcObjectClass ), 68 DATA( "asciiText", &asciiTextWidgetClass ), 69 DATA( "box", &boxWidgetClass ), 70 DATA( "command", &commandWidgetClass ), 71 DATA( "composite", &compositeWidgetClass ), 72 DATA( "constraint", &constraintWidgetClass ), 73 DATA( "core", &coreWidgetClass ) [all...] |
| /xsrc/external/mit/xterm/dist/ |
| xtermcap.c | 34 #include <data.h> 68 #define DATA(tc,ti,x,y) { tc, ti, x, y } 71 DATA( "%1", "khlp", XK_Help, 0 ), 72 DATA( "#1", "kHLP", XK_Help, SHIFT ), 73 DATA( "@0", "kfnd", XK_Find, 0 ), 74 DATA( "*0", "kFND", XK_Find, SHIFT ), 75 DATA( "*6", "kslt", XK_Select, 0 ), 76 DATA( "#6", "kSLT", XK_Select, SHIFT ), 78 DATA( "kh", "khome", XK_Home, 0 ), 79 DATA( "#2", "kHOM", XK_Home, SHIFT ) 361 const TCAPINFO *data; local [all...] |
| trace.c | 44 #include <data.h> 737 #define DATA(name) { name ## Mask, #name } 742 DATA(Shift), 743 DATA(Lock), 744 DATA(Control), 745 DATA(Mod1), 746 DATA(Mod2), 747 DATA(Mod3), 748 DATA(Mod4), 749 DATA(Mod5) [all...] |
| main.c | 69 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 135 #include <data.h> 727 #define validTtyChar(data, n) \ 729 ttyChars[n].sysMode < (int) XtNumber(data.c_cc)) 987 #define DATA(option,pattern,type,value) { (char *) option, (char *) pattern, type, (XPointer) value } 1199 DATA("-help", NULL, XrmoptionSkipNArgs, NULL), 1200 DATA("-version", NULL, XrmoptionSkipNArgs, NULL), 1201 DATA("-baudrate", NULL, XrmoptionSkipArg, NULL), 1202 DATA("-class", NULL, XrmoptionSkipArg, NULL), 1203 DATA("-e", NULL, XrmoptionSkipLine, NULL) [all...] |
| misc.c | 49 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 89 #include <data.h> 850 #define DATA(c) { 0UL, c, c, c, 0, 0 } 851 static XColor foreground = DATA(0); 852 static XColor background = DATA(65535); 853 #undef DATA 889 #define DATA(name) { XC_##name, #name } 894 DATA(X_cursor), 895 DATA(arrow), 896 DATA(based_arrow_down) 3433 PtyData data; local 5818 const char *const *data; member in struct:__anon12105 5976 char **data; local [all...] |
| ptyx.h | 49 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 322 * Check strtol result, using "FullS2L" when no more data is expected, and 323 * "PartS2L" when more data may follow in the string. 531 #define OPT_BUILTIN_XPMS 0 /* true if all xpm data is compiled-in */ 1321 #define DATA(name) ep##name 1322 DATA(NUL) = 0 1323 , DATA(SOH) = 1 1324 , DATA(STX) = 2 1325 , DATA(ETX) = 3 1326 , DATA(EOT) = 2256 SaveTitle data[MAX_SAVED_TITLES]; member in struct:__anon12166 3843 char data [TEK_LINK_BLOCK_SIZE]; member in struct:Tek_Link [all...] |
| charproc.c | 73 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 128 #include <data.h> 1406 #define DATA(name) { name, #name } 1412 DATA(ansi_table) 1413 ,DATA(cigtable) 1414 ,DATA(csi2_table) 1415 ,DATA(csi_ex_table) 1416 ,DATA(csi_amp_table) 1417 ,DATA(csi_quo_table) 1418 ,DATA(csi_table 10080 XtResource *data; local [all...] |
| fontutils.c | 46 #include <data.h> 65 #define NoFontWarning(data) (data)->warn = fwAlways 268 XTermXftFonts *data = getMyXftFont(xw, e, screen->menu_font_number); local 269 if (data != NULL) { 270 if (data->font_info.mixed) { 587 open_italic_font(XtermWidget xw, int n, FontNameProperties *fp, XTermFonts * data) 597 NoFontWarning(data); 603 if (xtermOpenFont(xw, name, data, NULL, False)) { 604 result = (data->fs != NULL) 963 static VTFontNames data; local 974 static VTFontNames data; local 2001 XTermFonts *data; local 2805 data, local 4118 const short *const data; member in struct:__anon12074 6057 XTermXftFonts *data = getMyXftFont(xw, (int) which, fontnum); local [all...] |
| menu.c | 57 #include <data.h> 483 #define DATA(name) { (char *)#name, name ## Entries, XtNumber(name ## Entries ) } 485 DATA( mainMenu), 486 DATA( vtMenu), 487 DATA( fontMenu), 489 DATA( tekMenu), 493 #undef DATA 497 * FIXME: These are global data rather than in the xterm widget because they 668 const MenuHeader *data = &menu_names[num]; local 670 struct _MenuEntry *entries = data->entry_list [all...] |
| button.c | 49 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 75 #include <data.h> 308 #define DATA(name) case name: result = #name; break 310 DATA(scanMods); 311 DATA(scanKey); 312 DATA(scanColon); 313 DATA(scanFunc); 314 DATA(scanArgs); 316 #undef DATA 429 char *data = x_strdup(result) local 1706 PtyData data; local 1776 Char *data; local 2342 PtyData *data = TypeXtMallocX(PtyData, *length); local 2541 TERMIO_STRUCT data; local 3875 unsigned data = ld->charData[col]; local 4808 Char *data; local 5066 Char *data = scp->data_buffer; local 6157 char *data; local 6224 char *data; local [all...] |
| /xsrc/external/mit/xcmsdb/dist/ |
| SCCDFile.h | 17 * any damages whatsoever resulting from loss of use, data or profits, 78 #define DATA -1
|
| loadData.c | 18 * any damages whatsoever resulting from loss of use, data or profits, 28 * TekCMS API routine that reads screen data from a file 29 * and then loads the data on the root window of the screen. 344 /* 1 -- processing data from matrix */ 464 case DATA: 506 "Line %d: Incomplete Colorimetric data -- Premature %s\n", 656 case DATA: 722 "Line %d: incomplete Intensity Profile data -- Premature %s\n", 1478 * LoadSCCData - Read and store the screen data 1489 * read the screen data and store it on the root window of th [all...] |
| /xsrc/external/mit/x11perf/dist/ |
| Xmark | 17 # Fixed a bug to include UCIRC in data. 28 # checking of input data. 60 # Xmark summarizes the results relative to the data contained in 94 echo "Error: data file does not exist or is not ordinary." >& 2 113 DATA=$1 115 grep trep $DATA > temp.$$ 116 grep server $DATA >> temp.$$
|
| /xsrc/external/mit/fontconfig/dist/ |
| Tools.mk | 20 # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| afblue.pl | 6 # Process a blue zone character data file. 31 my %diversions; # The extracted and massaged data from `datafile'. 104 Warn("data before first section gets ignored") unless $warned_before; 232 # Process data file. 234 open(DATA, $datafile) || die "$prog: can't open \`$datafile': $OS_ERROR\n"; 236 while (<DATA>) 392 } while (<DATA>); 466 Die("invalid data after last matching closing brace") 490 } while (<DATA>); 514 # Garbage. We weren't able to parse the data [all...] |
| /xsrc/external/mit/libXcursor/dist/src/ |
| cursor.c | 19 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 575 ximage.data = (char *) image->pixels; 618 core.src_image->data = Xmalloc (image->height * 623 core.msk_image->data = Xmalloc (image->height * 815 #define DATA(c) { 0UL, c, c, c, 0, 0 } 816 static XColor _Xconst foreground = DATA(0); /* black */ 817 static XColor _Xconst background = DATA(65535); /* white */ 818 #undef DATA
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nvc0_accel.h | 100 BEGIN_NIC0(push, NVC0_M2MF(DATA), dwords);
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 65-fonts-persian.conf | 23 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
| /xsrc/external/mit/xf86-video-geode/dist/src/panel/ |
| drac9210.c | 39 #define DATAIN9210 0x20 /* Data from 9210 */ 40 #define DATAOUT9210 0x80 /* Data to 9210 */ 42 static void DracoWriteData(unsigned char data); 43 static void DracoReadData(unsigned char *data); 47 static void Draco9210WriteReg(unsigned char index, unsigned char data); 384 unsigned char index, data; local 408 data = panelvalues[i + 1]; 409 Draco9210WriteReg(index, data); 415 DracoWriteData(unsigned char data) 422 databit = data & mask 598 unsigned char data; local [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/panel/ |
| drac9210.c | 71 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 119 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 148 #define DATAIN9210 0x20 /* Data from 9210 */ 149 #define DATAOUT9210 0x80 /* Data to 9210 */ 151 static void DracoWriteData(unsigned char data); 152 static void DracoReadData(unsigned char *data); 156 static void Draco9210WriteReg(unsigned char index, unsigned char data); 493 unsigned char index, data; local 517 data = panelvalues[i + 1]; 518 Draco9210WriteReg(index, data); 772 unsigned char data; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| i965_gram.y | 409 %token CONST CRE DATA DP_DATA_1 GATEWAY MATH PIXEL_INTERP READ RENDER SAMPLER 1079 | DATA { $$ = GFX7_SFID_DATAPORT_DATA_CACHE; }
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_transfer.c | 201 unsigned size, const void *data) 205 uint32_t *src = (uint32_t *)data; 228 BEGIN_NIC0(push, NVC0_M2MF(DATA), nr); 243 unsigned size, const void *data) 247 uint32_t *src = (uint32_t *)data; 541 unsigned offset, unsigned words, const uint32_t *data) 568 offset - cb->offset, words, data); 571 words * 4, data); 579 unsigned offset, unsigned words, const uint32_t *data) 604 PUSH_DATAp(push, data, nr) [all...] |
| nvc0_surface.c | 373 const void *data, int data_size) 404 BEGIN_NIC0(push, NVC0_M2MF(DATA), nr); 406 PUSH_DATAp(push, data, data_words); 422 const void *data, int data_size) 453 PUSH_DATAp(push, data, data_words); 469 const void *data, int data_size) 475 tmp = *(unsigned char *)data; 477 data = &tmp; 480 tmp = *(unsigned short *)data; 482 data = &tmp [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_transfer.c | 201 unsigned size, const void *data) 205 uint32_t *src = (uint32_t *)data; 228 BEGIN_NIC0(push, NVC0_M2MF(DATA), nr); 243 unsigned size, const void *data) 247 uint32_t *src = (uint32_t *)data; 538 unsigned offset, unsigned words, const uint32_t *data) 565 offset - cb->offset, words, data); 568 words * 4, data); 576 unsigned offset, unsigned words, const uint32_t *data) 601 PUSH_DATAp(push, data, nr) [all...] |
| /xsrc/external/mit/freetype/dist/ |
| vms_make.com | 1099 ! - Elements in a data line are separated by # signs 1129 $! Open data file with location of libraries 1216 $! Analyze Object files for OpenVMS AXP to extract Procedure and Data 1290 $ ! all data 1296 sub/"/=DATA)/whole
|