Searched refs:quote_input_level (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dinput.cpp3718 int quote_input_level = 0; local
3721 quote_input_level = input_stack::get_level();
3725 while (c != EOF && c != '\n' && !(c == ' ' && quote_input_level == 0)) {
3726 if (quote_input_level > 0 && c == '"'
3728 || input_stack::get_level() == quote_input_level)) {
3741 if (c == '\t' && quote_input_level == 0 && !done_tab_warning) {
3770 int quote_input_level = 0; local
3773 quote_input_level = input_stack::get_level();
3777 && !(c == ']' && quote_input_level == 0)
3778 && !(c == ' ' && quote_input_level
[all...]

Completed in 137 milliseconds