home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume3 / pcmail / part07 / clmap.h < prev    next >
Text File  |  1989-02-03  |  972b  |  16 lines

  1. /* Map names to lower case for the MicroSoft 3.0 CL compiler/linker command */
  2.  
  3. #define  set_tty        SET_TTY     /* find current settings, and initialize */
  4. #define  reset_tty      RESET_TTY   /* reset to settings that set_tty() found */
  5. #define  get_msr        GET_MSR     /* get MSR byte from port. */
  6. #define  init_comm      INIT_COMM   /* initialize the comm port interupts, */
  7. #define  uninit_comm    UNINIT_COMM /* remove initialization, */
  8. #define  set_xoff       SET_XOFF    /* enable/disable XON/XOFF, */
  9. #define  get_xoff       GET_XOFF    /* read XON/XOFF state, */
  10. #define  rcvd_xoff      RCVD_XOFF   /* returns true if XOFF rcvd, */
  11. #define  sent_xoff      SENT_XOFF   /* true if XOFF sent, */
  12. #define  inp_cnt        INP_CNT     /* returns count of rcv chars, */
  13. #define  inp_char       INP_CHAR    /* get one char from buffer, */
  14. #define  inp_flush      INP_FLUSH   /* flush input buffer, */
  15. #define  outp_char      OUTP_CHAR   /* output a character, */
  16.