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 654 lib/vfs/parse_ls_vga.c column_ptr[numcols] = p - original; column_ptr 815 lib/vfs/parse_ls_vga.c *num_spaces = column_ptr[idx] - column_ptr[idx - 1] - strlen (columns[idx - 1]); column_ptr 832 lib/vfs/parse_ls_vga.c *filename = g_strndup (p + column_ptr[idx], column_ptr[idx2] - column_ptr[idx] - 1); column_ptr 836 lib/vfs/parse_ls_vga.c t = g_strdup (p + column_ptr[idx2 + 1]); column_ptr 848 lib/vfs/parse_ls_vga.c t = g_strdup (p + column_ptr[idx]);