Home
last modified time | relevance | path

Searched refs:join_authors_default (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.h58 extern string join_authors_default;
H A Dcommand.cpp598 join_authors_default = argc > 1 ? argv[1].s : argv[0].s; in join_authors_command()
H A Drefer.cpp69 string join_authors_default = ", "; variable
H A Dref.cpp717 temp += join_authors_default; in join_fields()
H A Dlabel.y1174 result += join_authors_default; in get_authors()