Searched refs:TEXT (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinos.c44 (LPFN_ISWOW64PROCESS) GetProcAddress(GetModuleHandle(TEXT("kernel32")),
H A Dwinwndproc.c123 s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));
/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h61 #define TEXT 34 macro
H A Dxkbparse.y57 TEXT 34
549 DoodadType : TEXT { $$= XkbTextDoodad; }
579 | TEXT
H A Dxkbscan.c159 case TEXT:
160 snprintf(buf, sizeof(buf), "TEXT");
556 "text", TEXT},
H A Dlisting.c110 # undef TEXT
H A Dxkbparse.c152 TEXT = 34, /* TEXT */ enumerator in enum:yytokentype
222 #define TEXT 34 macro
341 YYSYMBOL_TEXT = 31, /* TEXT */
873 "SHAPE", "KEYS", "ROW", "SECTION", "OVERLAY", "TEXT", "OUTLINE", "SOLID",
2468 case 112: /* DoodadType: TEXT */
2564 case 128: /* Element: TEXT */
/xsrc/external/mit/brotli/dist/
H A DCMakeLists.txt153 file(READ ${INPUT_FILE} TEXT)
154 string(REGEX REPLACE "\\\\\n" "~continuation~" TEXT ${TEXT})
155 string(REGEX REPLACE "([a-zA-Z_][a-zA-Z0-9_]*)[\t ]*=[\t ]*([^\n]*)" "SET(\\1 \\2)" TEXT ${TEXT})
156 string(REPLACE "~continuation~" "\n" TEXT ${TEXT})
157 file(WRITE ${OUTPUT_FILE} ${TEXT})
385 file(READ ${INPUT_FILE} TEXT)
388 string(REGEX REPLACE "@prefix@" "${PREFIX}" TEXT
[all...]
/xsrc/external/mit/imake/dist/
H A Dmkhtmlindex.pl46 <BODY BGCOLOR="#efefef" TEXT="black" LINK="blue" VLINK="#551A8B" ALINK="red">
H A Dmkhtmlindex.sh37 <BODY BGCOLOR="#efefef" TEXT="black" LINK="blue" VLINK="#551A8B" ALINK="red">
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c90 wc.lpszClassName = TEXT("graw-gdi");
/xsrc/external/mit/xkeyboard-config/dist/rules/
H A Dxml2lst.pl148 if ($type eq 'COMMENT' || $type eq 'TEXT') {
149 $node{TEXT} = $tag;
209 local $node = new_node($parent_node, $text, 'TEXT');
260 local ($child) = node_by_name($node, 'TEXT');
261 return $child->{TEXT};
/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dwglinfo.c674 hdc = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL);
/xsrc/external/mit/xedit/dist/
H A Dispell.c80 #define TEXT 0 macro
89 {"text", TEXT},
2143 ispell.format_info = &ispell_format[TEXT];
2156 XtGetApplicationResources(ispell_format[TEXT].sme, (XtPointer)&ispell,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwndproc.c130 s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.m1494 atoms->text = XInternAtom (xpbproxy_dpy, "TEXT", False);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.m1456 atoms->text = XInternAtom(xpbproxy_dpy, "TEXT", False);

Completed in 21 milliseconds