MAXCOLS            62 lib/vfs/parse_ls_vga.c static char *columns[MAXCOLS];   // Points to the string in column n
MAXCOLS            63 lib/vfs/parse_ls_vga.c static int column_ptr[MAXCOLS];  // Index from 0 to the starting positions of the columns
MAXCOLS           648 lib/vfs/parse_ls_vga.c     for (numcols = 0; *p != '\0' && numcols < MAXCOLS; numcols++)