Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp3721 int quote_input_level = 0; in decode_args() local
3724 quote_input_level = input_stack::get_level(); in decode_args()
3728 while (c != EOF && c != '\n' && !(c == ' ' && quote_input_level == 0)) { in decode_args()
3729 if (quote_input_level > 0 && c == '"' in decode_args()
3731 || input_stack::get_level() == quote_input_level)) { in decode_args()
3744 if (c == '\t' && quote_input_level == 0 && !done_tab_warning) { in decode_args()
3773 int quote_input_level = 0; in decode_string_args() local
3776 quote_input_level = input_stack::get_level(); in decode_string_args()
3780 && !(c == ']' && quote_input_level == 0) in decode_string_args()
3781 && !(c == ' ' && quote_input_level == 0)) { in decode_string_args()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1155243 quote_input_level variables. Make it a for (;;) loop.