column_ptr         62 lib/vfs/parse_ls_vga.c static int column_ptr[MAXCOLS]; /* Index from 0 to the starting positions of the columns */
column_ptr        654 lib/vfs/parse_ls_vga.c         column_ptr[numcols] = p - original;
column_ptr        817 lib/vfs/parse_ls_vga.c         *num_spaces = column_ptr[idx] - column_ptr[idx - 1] - strlen (columns[idx - 1]);
column_ptr        833 lib/vfs/parse_ls_vga.c             *filename = g_strndup (p + column_ptr[idx], column_ptr[idx2] - column_ptr[idx] - 1);
column_ptr        837 lib/vfs/parse_ls_vga.c             t = g_strdup (p + column_ptr[idx2 + 1]);
column_ptr        849 lib/vfs/parse_ls_vga.c             t = g_strdup (p + column_ptr[idx]);