Home
last modified time | relevance | path

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

/netbsd/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.h70 extern int short_label_flag;
H A Dcommand.cpp577 short_label_flag = 1; in short_label_command()
582 short_label_flag = 0; in no_short_label_command()
H A Dlabel.y853 if (short_label_flag && parsed_short_label) in compute_label()
905 if (type == SHORT_LABEL && short_label_flag) in get_separator_pos()
913 if (type == SHORT_LABEL && short_label_flag) in get_label()
H A Drefer.cpp81 int short_label_flag = 0; variable