Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.h50 extern string annotation_macro;
H A Dcommand.cpp438 annotation_macro = argv[1].s; in annotate_command()
440 annotation_macro = "AP"; in annotate_command()
445 annotation_macro.clear(); in no_annotate_command()
H A Drefer.cpp51 string annotation_macro; variable
141 annotation_macro = "AP"; in main()
145 annotation_macro = opt + 2; in main()
H A Dref.cpp869 if (annotation_macro.length() > 0 && annotation_field >= 0 in output()
872 put_string(annotation_macro, fp); in output()