Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp757 #define OUTPUT_STREAM(name) creat((name), S_IWUSR | S_IRUSR) macro
758 #define PS_OUTPUT_STREAM OUTPUT_STREAM(psFileName)
759 #define REGION_OUTPUT_STREAM OUTPUT_STREAM(regionFileName)
1455 # define HTML_DEBUG_STREAM OUTPUT_STREAM(htmlFileName) in do_html()
1492 # define IMAGE_DEBUG_STREAM OUTPUT_STREAM(troffFileName) in do_image()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog2310 (OUTPUT_STREAM, PS_OUTPUT_STREAM, REGION_OUTPUT_STREAM): New macros.