HomeSort by: relevance | last modified time | path
    Searched refs:concat_until (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
Mdoc.pm 15 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
30 If the concat_until is present, the line is concated until the .Xx macro is
33 def_macro('.Oo', gen_encloser(qw([ ]), concat_until => '.Oc' }
138 * The concat_until only works with standalone macros. This means that
193 def_macro('Xo', sub { @_ }, concat_until => '.Xc');
302 concat_until => delete $def{concat_until},
304 if ($macros{ $macro }{concat_until}) {
305 $macros{ $macros{ $macro }{concat_until} } = { run => sub { @_ } };
452 if ($macros{ $macro }{concat_until}) {
    [all...]
mdoc2man 44 Mdoc::def_macro( '.Oo', gen_encloser(qw([ ])), concat_until => '.Oc' );
45 Mdoc::def_macro( '.Bro', gen_encloser(qw({ })), concat_until => '.Brc' );
46 Mdoc::def_macro( '.Po', gen_encloser(qw/( )/), concat_until => '.Pc' );
mdoc2texi 46 Mdoc::def_macro( '.Oo', gen_encloser(qw(@code{[ ]})), concat_until => '.Oc');
50 Mdoc::def_macro( '.Bro', gen_encloser(qw(@code{@{ @}})), concat_until => '.Brc');
54 Mdoc::def_macro( '.Po', gen_encloser(qw/( )/), concat_until => '.Pc');

Completed in 23 milliseconds