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.

15 lines
305 B

  1. #define XX_USERLEX lexor
  2. #define XX_USERPARSE os2cmd
  3. #define XX_USERTYPE char *
  4. #define XX_START 0
  5. #define INTER_FRAME 5
  6. #define INTER_OR 9
  7. extern TCHAR XXtype[];
  8. extern short XXvalues[];
  9. typedef struct
  10. {
  11. XX_USERTYPE node;
  12. int token;
  13. } TOKSTACK;
  14. int xxaction(int, TCHAR**);
  15. int xxcondition(int, TCHAR**);