home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / most423.zip / most.h < prev    next >
C/C++ Source or Header  |  1994-01-28  |  656b  |  13 lines

  1. extern int SQUEEZE_LINES;          /* switch parameters */
  2. extern int MOST_A_OPT;             /* automatically choose -b if necessary */
  3. extern int MOST_C_OPT;             /* begin pages at top of screen */
  4. extern int MOST_V_OPT;             /* display control chars */
  5. extern int MOST_B_OPT;             /* display Binary File */
  6. extern int MOST_T_OPT;             /* display tab as ^I-- valid only with V option */
  7. extern int MOST_D_OPT;             /* delete file mode  (see ':D')  */
  8. extern int MOST_L_OPT;             /* use ^L (formfeed) to clear screen */
  9.  
  10. extern char *MOST_PROGRAM;       /* Program Name (argv[0]) */
  11. extern void most( char *, int);
  12.  
  13.