Searched refs:def_macro (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi21 Mdoc::def_macro( '.\"', sub { () } );
24 Mdoc::def_macro( '.An', sub { @_, ns, '@*' } );
25 Mdoc::def_macro( '.Aq', gen_encloser(qw(< >)), greedy => 1);
26 Mdoc::def_macro( '.Bq', gen_encloser(qw([ ])), greedy => 1);
27 Mdoc::def_macro( '.Brq', gen_encloser(qw(@{ @})), greedy => 1);
28 Mdoc::def_macro( '.Pq', gen_encloser(qw/( )/), greedy => 1);
29 Mdoc::def_macro( '.Qq', gen_encloser(qw(" ")), greedy => 1);
30 Mdoc::def_macro( '.Op', gen_encloser(qw(@code{[ ]})), greedy => 1);
31 Mdoc::def_macro( '.Ql', gen_encloser(qw(@quoteleft{} @quoteright{})),
33 Mdoc::def_macro( '
[all...]
H A Dmdoc2man20 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1);
21 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1);
22 Mdoc::def_macro( '.Pp', sub { ".sp \\n(Ppu\n.ne 2\n" } );
23 Mdoc::def_macro( '.Nd', sub { "\\- @_" } );
26 Mdoc::def_macro( '.Brq', gen_encloser(qw({ })) , greedy => 1 );
27 Mdoc::def_macro( '.Op' , gen_encloser(qw([ ])) , greedy => 1 );
28 Mdoc::def_macro( '.Qq' , gen_encloser(qw(" ")) , greedy => 1 );
29 Mdoc::def_macro( '.Dq' , gen_encloser(qw(\*[Lq] \*[Rq])), greedy => 1 );
30 Mdoc::def_macro( '.Ql' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 );
31 Mdoc::def_macro( '
[all...]
H A DMdoc.pm15 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
33 def_macro('.Oo', gen_encloser(qw([ ]), concat_until => '.Oc' }
34 def_macro('.Cm', sub { mapwords {'($_)'} @_ } }
193 def_macro('Xo', sub { @_ }, concat_until => '.Xc');
195 def_macro('.Ns', sub {ns, @_});
196 def_macro('Ns', sub {ns, @_});
200 def_macro('.Rs', sub { () } );
201 def_macro('.%A', sub {
210 def_macro('.%T', sub { $reference{title} = "@_"; () } );
211 def_macro('
293 sub def_macro { subroutine
[all...]
/freebsd-10.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man46 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1);
47 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1);
48 Mdoc::def_macro( '.Pp', sub { ".sp \\n(Ppu\n.ne 2\n" } );
49 Mdoc::def_macro( '.Nd', sub { "\\- @_" } );
52 Mdoc::def_macro( '.Brq', gen_encloser(qw({ })) , greedy => 1 );
53 Mdoc::def_macro( '.Op' , gen_encloser(qw([ ])) , greedy => 1 );
54 Mdoc::def_macro( '.Qq' , gen_encloser(qw(" ")) , greedy => 1 );
55 Mdoc::def_macro( '.Dq' , gen_encloser(qw(\*[Lq] \*[Rq])), greedy => 1 );
56 Mdoc::def_macro( '.Ql' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 );
57 Mdoc::def_macro( '
[all...]
H A DMdoc.pm42 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
60 def_macro('.Oo', gen_encloser(qw([ ]), concat_until => '.Oc' }
61 def_macro('.Cm', sub { mapwords {'($_)'} @_ } }
220 def_macro('Xo', sub { @_ }, concat_until => '.Xc');
222 def_macro('.Ns', sub {ns, @_});
223 def_macro('Ns', sub {ns, @_});
227 def_macro('.Rs', sub { () } );
228 def_macro('.%A', sub {
237 def_macro('.%T', sub { $reference{title} = "@_"; () } );
238 def_macro('
320 sub def_macro { subroutine
[all...]

Completed in 57 milliseconds