Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.2 KiB

  1. #define _TNADMIN 257
  2. #define _HELP 258
  3. #define _COMPNAME 259
  4. #define _START 260
  5. #define _STOP 261
  6. #define _PAUSE 262
  7. #define _CONTINUE 263
  8. #define _S 264
  9. #define _K 265
  10. #define _M 266
  11. #define _CONFIG 267
  12. #define _INTEGER 268
  13. #define _SESID 269
  14. #define _DOM 270
  15. #define _CTRLKEYMAP 271
  16. #define _Y 272
  17. #define _N 273
  18. #define _tU 274
  19. #define _tP 275
  20. #define _TIMEOUT 276
  21. #define _TIME 277
  22. #define _TIMEOUTACTIVE 278
  23. #define _MAXFAIL 279
  24. #define _MAXCONN 280
  25. #define _PORT 281
  26. #define _KILLALL 282
  27. #define _SEC 283
  28. #define _SECVAL 284
  29. #define _FNAME 285
  30. #define _FSIZE 286
  31. #define _MODE 287
  32. #define _CONSOLE 288
  33. #define _EQ 289
  34. #define _STREAM 290
  35. #define _AUDITLOCATION 291
  36. #define _AUDIT 292
  37. #define _AUDITVAL 293
  38. #define _EVENTLOG 294
  39. #define _DONE 295
  40. #define _ANYTHING 296
  41. #define _FILENAME 297
  42. #define _ERROR 298
  43. #define _FILEN 299
  44. #define _BOTH 300
  45. #define _MINUSNTLM 301
  46. #define _MINUSPASSWD 302
  47. #define _MINUSUSER 303
  48. #define _MINUSFAIL 304
  49. #define _MINUSADMIN 305
  50. #define _PLUSNTLM 306
  51. #define _PLUSPASSWD 307
  52. #define _PLUSUSER 308
  53. #define _PLUSFAIL 309
  54. #define _PLUSADMIN 310
  55. #define _ENDINPUT 311
  56. #define _DUNNO 312
  57. typedef union
  58. {
  59. char* str;
  60. int token;
  61. } YYSTYPE;
  62. extern YYSTYPE yylval;