Home
last modified time | relevance | path

Searched refs:the_column (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dcolumn.cpp73 column *the_column = 0; variable
556 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-format-json.cc64 int the_column = INT_MIN; in json_from_expanded_location() local
71 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()