Subversion Repositories SvarDOS

Rev

Rev 426 | Rev 528 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 426 Rev 501
Line 104... Line 104...
104
  struct DTA *dta = (void *)0x80; /* set DTA to its default location at 80h in PSP */
104
  struct DTA *dta = (void *)0x80; /* set DTA to its default location at 80h in PSP */
105
  unsigned short i;
105
  unsigned short i;
106
  unsigned short availrows;  /* counter of available rows on display (used for /P) */
106
  unsigned short availrows;  /* counter of available rows on display (used for /P) */
107
  unsigned short wcols = screen_getwidth() / WCOLWIDTH; /* number of columns in wide mode */
107
  unsigned short wcols = screen_getwidth() / WCOLWIDTH; /* number of columns in wide mode */
108
  unsigned char wcolcount;
108
  unsigned char wcolcount;
109
  struct nls_patterns *nls = (void *)(p->BUFFER + (BUFFER_SIZE / 3));
109
  struct nls_patterns *nls = (void *)(p->BUFFER + (p->BUFFERSZ / 2));
110
  char *buff2 = p->BUFFER + (BUFFER_SIZE / 3 * 2);
110
  char *buff2 = p->BUFFER + (p->BUFFERSZ / 2) + sizeof(*nls);
111
  unsigned long summary_fcount = 0;
111
  unsigned long summary_fcount = 0;
112
  unsigned long summary_totsz = 0;
112
  unsigned long summary_totsz = 0;
113
  unsigned char drv = 0;
113
  unsigned char drv = 0;
114
 
114
 
115
  #define DIR_FLAG_PAUSE  1
115
  #define DIR_FLAG_PAUSE  1