HomeSort by: relevance | last modified time | path
    Searched defs:STRING (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
xf86int10module.c 20 #define STRING(x) stringify(x)
26 STRING(NAME()), MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_VIDEODRV, /* needs the video driver ABI */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
xf86int10module.c 20 #define STRING(x) stringify(x)
27 STRING(NAME( )),
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
s_expression.h 55 * Read an S-Expression from the given string.
159 s_pattern(const char *str) : literal(str), type(STRING) { }
172 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
s_expression.h 55 * Read an S-Expression from the given string.
159 s_pattern(const char *str) : literal(str), type(STRING) { }
172 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
  /xsrc/external/mit/xgc/dist/
gram.h 48 STRING = 258,
79 #define STRING 258
gram.c 112 STRING = 258,
143 #define STRING 258
506 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
510 "$end", "error", "$undefined", "STRING", "NUMBER", "RUN", "FUNCTION",
849 heuristic is that double-quoting is unnecessary unless the string
909 /* Internationalized format string. */
1010 produced a string with the wrong number of "%s"s. */
  /xsrc/external/mit/xkbevd/dist/
tokens.h 60 #define STRING 60
cfgparse.c 51 /* Bison version string. */
145 STRING = 60, /* STRING */
184 #define STRING 60
250 YYSYMBOL_STRING = 29, /* STRING */
268 YYSYMBOL_String = 47 /* String */
668 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
676 "EXCLAM", "INVERT", "STRING", "INTEGER", "FLOAT", "IDENT", "KEYNAME",
679 "Ident", "OptString", "String", YY_NULLPTR
1413 case 23: /* NameSpec: String */
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefsyacc.h 68 STRING = 286
100 #define STRING 286
winprefsyacc.c 109 #include <string.h>
214 STRING = 286
246 #define STRING 286
601 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
610 "SILENTEXIT", "STRING", "$accept", "input", "line", "newline_or_nada",
1096 heuristic is that double-quoting is unnecessary unless the string
1157 /* Internationalized format string. */
1258 produced a string with the wrong number of "%s"s. */
  /xsrc/external/mit/xkbcomp/dist/
tokens.h 84 #define STRING 60
xkbparse.c 51 /* Bison version string. */
173 STRING = 60, /* STRING */
243 #define STRING 60
362 YYSYMBOL_STRING = 52, /* STRING */
449 YYSYMBOL_String = 139, /* String */
868 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
880 "COMMA", "SEMI", "EXCLAM", "INVERT", "STRING", "INTEGER", "FLOAT",
898 "String", "OptMapName", "MapName", YY_NULLPTR
2084 case 48: /* Decl: MergeMode STRING */
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
xf86_OSlib.h 151 #undef STRING
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefsyacc.h 85 STRING = 286 /* STRING */
122 #define STRING 286
winprefsyacc.c 51 /* Bison version string. */
111 #include <string.h>
231 STRING = 286 /* STRING */
268 #define STRING 286
331 YYSYMBOL_STRING = 31, /* STRING */
771 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
780 "SILENTEXIT", "STRING", "$accept", "input", "line", "newline_or_nada",
1396 case 20: /* trayicon: TRAYICON STRING NEWLINE */
1402 case 21: /* rootmenu: ROOTMENU STRING NEWLINE *
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
xf86_OSlib.h 147 # undef STRING
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imLcPrs.c 74 * RHS ::= ( STRING | keysym | STRING keysym )
75 * STRING ::= '"' { CHAR } '"'
126 #define STRING 7
250 token = STRING;
497 if (token != KEY && token != STRING)
575 if (token == STRING) {
  /xsrc/external/mit/ctwm/dist/gen/
gram.tab.h 172 STRING = 373 /* STRING */
  /xsrc/external/mit/ctwm/dist/
gram.tab.h 172 STRING = 373 /* STRING */
  /xsrc/external/mit/xcb-util/dist/atom/
atoms.c 77 const xcb_atom_t STRING = 31;
117 #include <string.h>
249 char stringpool_str116[sizeof("STRING")];
320 "STRING",
569 "STRING\0"
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
xf86tokens.h 79 STRING,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
xf86tokens.h 80 STRING,
  /xsrc/external/mit/xedit/dist/lisp/
internal.h 68 #define EXECUTE(string) LispExecute(string)
70 #define ATOM(string) LispNewAtom(string, 1)
71 #define UNINTERNED_ATOM(string) LispNewAtom(string, 0)
75 /* atom string is a static variable */
76 #define ATOM2(string) LispNewSymbol(LispGetPermAtom(string))
78 /* make a gc never released variable with a static string argument *
570 char *string; member in struct:_LispObj::__anon6613::__anon6614
573 } string; member in union:_LispObj::__anon6613
618 LispString *string; member in union:_LispObj::__anon6613::__anon6622::__anon6623
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
assyntax.h 316 #define STRING(s) CHOICE(.string s, .asciz s, .asciz s)
917 #define STRING(s) db s
960 #define STRING(s) db s
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
assyntax.h 316 #define STRING(s) CHOICE(.string s, .asciz s, .asciz s)
917 #define STRING(s) db s
960 #define STRING(s) db s

Completed in 32 milliseconds