Home
last modified time | relevance | path

Searched refs:image_no (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/groff/src/roff/troff/
Dinput.cpp5271 extern int image_no; // from node.cpp
5321 image_no++; in do_suppress()
5323 return new suppress_node(symbol(s), position, image_no); in do_suppress()
Dnode.cpp75 int image_no = 0; variable
4114 "image description %1 will be wrong", image_no); in tprint()
/freebsd-9-stable/contrib/groff/
DChangeLog.1182082 * src/roff/troff/input.cc (image_no): New external variable.
2085 * src/roff/troff/node.cc (image_no): Remove `static' keyword.
DChangeLog.1171413 New global variables `image_no' and `suppress_start_page'.