Home
last modified time | relevance | path

Searched refs:begin_comment (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y161 long begin_comment; /* begin offset of comment */ member
171 long begin_comment; /* begin offset of comment */ member
324 long begin_comment; /* tmp file offset after last written ) or ; */ member
493 func_params->begin_comment = cur_file->begin_comment;
528 func_params->begin_comment = cur_file->begin_comment;
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp152 ps_output &ps_output::begin_comment(const char *s) in begin_comment() function in ps_output
1310 out.begin_comment("BeginFeature:") in media_set()
1327 out.begin_comment("Page:") in begin_page()
1381 out.begin_comment("Extensions:") in ~ps_printer()
1384 out.begin_comment("Creator:") in ~ps_printer()
1404 out.begin_comment("Pages:") in ~ps_printer()
1407 out.begin_comment("PageOrder:") in ~ps_printer()
1431 out.begin_comment("Orientation:") in ~ps_printer()
1496 out.begin_comment("BeginFeature:") in ~ps_printer()
H A Dps.h36 ps_output &begin_comment(const char *);
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml.h65 simple_output &begin_comment(const char *);
H A Doutput.cpp197 simple_output &simple_output::begin_comment(const char *s) in begin_comment() function in simple_output
H A Dpost-html.cpp4494 html.begin_comment("Page: ").put_string(i_to_a(page_number)).end_comment();; in begin_page()
4678 html.begin_comment("Creator : ") in ~html_printer()
4685 html.begin_comment("CreationDate: ") in ~html_printer()
4701 …html.begin_comment("Total number of pages: ").put_string(i_to_a(no_of_printed_pages)).end_comment(… in ~html_printer()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.117977 (simple_output::begin_comment): Recoded.