Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.h55 extern int date_as_label;
H A Dcommand.cpp566 date_as_label = 1; in date_as_label_command()
571 date_as_label = 0; in no_date_as_label_command()
H A Drefer.cpp62 int date_as_label = 0; variable
H A Dlabel.y855 if (date_as_label) { in compute_label()