HomeSort by: relevance | last modified time | path
    Searched refs:VIRTKEY (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
rcparse.h 60 VIRTKEY = 261, /* VIRTKEY */
165 #define VIRTKEY 261
rclex.c 106 K(VIRTKEY), K(VXD),
rcparse.y 115 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
247 rcparse_warning (_("inappropriate modifiers for non-VIRTKEY"));
298 VIRTKEY
304 /* This is just the absence of VIRTKEY. */
rcparse.c 183 VIRTKEY = 261, /* VIRTKEY */
288 #define VIRTKEY 261
459 YYSYMBOL_VIRTKEY = 6, /* VIRTKEY */
1107 "ACCELERATORS", "VIRTKEY", "ASCII", "NOINVERT", "SHIFT", "CONTROL",
2139 rcparse_warning (_("inappropriate modifiers for non-VIRTKEY"));
2203 case 28: /* acc_option: VIRTKEY */
2214 /* This is just the absence of VIRTKEY. */
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.h 60 VIRTKEY = 261, /* VIRTKEY */
165 #define VIRTKEY 261
rclex.c 106 K(VIRTKEY), K(VXD),
rcparse.y 115 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
247 rcparse_warning (_("inappropriate modifiers for non-VIRTKEY"));
298 VIRTKEY
304 /* This is just the absence of VIRTKEY. */
rcparse.c 183 VIRTKEY = 261, /* VIRTKEY */
288 #define VIRTKEY 261
459 YYSYMBOL_VIRTKEY = 6, /* VIRTKEY */
1107 "ACCELERATORS", "VIRTKEY", "ASCII", "NOINVERT", "SHIFT", "CONTROL",
2139 rcparse_warning (_("inappropriate modifiers for non-VIRTKEY"));
2203 case 28: /* acc_option: VIRTKEY */
2214 /* This is just the absence of VIRTKEY. */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.cpp 40 "ASCII", "VIRTKEY", "NOINVERT", "ALT", "SHIFT", "CONTROL"};
43 [AcceleratorsResource::Accelerator::NumFlags] = {ASCII, VIRTKEY, NOINVERT,
ResourceScriptStmt.h 330 // not VIRTKEY). However, rc.exe behavior is different in situations
331 // "only ASCII defined" and "neither ASCII nor VIRTKEY defined".
335 VIRTKEY = 0x0001,
ResourceFileWriter.cpp 607 bool IsASCII = Obj.Flags & Opt::ASCII, IsVirtKey = Obj.Flags & Opt::VIRTKEY;
623 return createAccError("Accelerator can't be both ASCII and VIRTKEY");
626 return createAccError("Can only apply ALT, SHIFT or CONTROL to VIRTKEY"
633 " or VIRTKEY");
656 "VIRTKEY accelerator events can't be preceded by '^'");

Completed in 53 milliseconds