HomeSort by: relevance | last modified time | path
    Searched defs:def_macro (Results 1 - 1 of 1) 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' ] )
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('.%O', sub { $reference{optional} = "@_"; () } )
293 sub def_macro { subroutine
    [all...]

Completed in 53 milliseconds