Home
last modified time | relevance | path

Searched refs:label_in_text (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dcommand.cpp416 int saved_label_in_text = label_in_text; in bibliography_command()
417 label_in_text = 0; in bibliography_command()
428 label_in_text = saved_label_in_text; in bibliography_command()
545 label_in_text = 1; in label_in_text_command()
550 label_in_text = 0; in no_label_in_text_command()
H A Drefer.cpp60 int label_in_text = 1; variable
137 label_in_text = 0; in main()
205 label_in_text = 0; in main()
509 if (label_in_text) { in do_file()
634 if (label_in_text && !accumulate && ncitations > 0) { in output_pending_line()
757 if (label_in_text) in store_reference()
767 if (label_in_text || label_in_reference) { in immediately_handle_reference()
H A Dcommand.h30 extern int label_in_text;