column_ptr 63 lib/vfs/parse_ls_vga.c static int column_ptr[MAXCOLS]; // Index from 0 to the starting positions of the columns column_ptr 652 lib/vfs/parse_ls_vga.c column_ptr[numcols] = p - original; column_ptr 810 lib/vfs/parse_ls_vga.c *num_spaces = column_ptr[idx] - column_ptr[idx - 1] - strlen (columns[idx - 1]); column_ptr 827 lib/vfs/parse_ls_vga.c *filename = g_strndup (p + column_ptr[idx], column_ptr[idx2] - column_ptr[idx] - 1); column_ptr 831 lib/vfs/parse_ls_vga.c t = g_strdup (p + column_ptr[idx2 + 1]); column_ptr 843 lib/vfs/parse_ls_vga.c t = g_strdup (p + column_ptr[idx]);