Searched refs:the_column (Results 1 – 2 of 2) sorted by relevance
73 column *the_column = 0; variable556 if (!the_column->is_active()) in column_justify()579 the_column->justify(js); in column_justify()588 if (the_column->is_active()) in column_start()591 the_column->start(); in column_start()597 if (!the_column->is_active()) in column_output()600 the_column->output(); in column_output()606 if (!the_column->is_active()) in column_trim()609 the_column->trim(); in column_trim()615 if (!the_column->is_active()) in column_reset()[all …]
64 int the_column = INT_MIN; in json_from_expanded_location() local71 the_column = col; in json_from_expanded_location()73 gcc_assert (the_column != INT_MIN); in json_from_expanded_location()74 result->set ("column", new json::integer_number (the_column)); in json_from_expanded_location()