Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp119 int have_string_arg = 0; // whether we have \*[foo bar...] variable
865 have_string_arg = 1; in read_long_escape_name()
989 if (have_string_arg) { in get_copy()
990 have_string_arg = 0; in get_copy()
1930 if (have_string_arg) { in next()
1931 have_string_arg = 0; in next()
2198 if (have_string_arg) { in next()
2199 have_string_arg = 0; in next()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.118784 * src/roff/troff/input.cc (have_string_arg): New global variable.
788 Set have_string_arg if appropriate.