Searched refs:def_macro (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | mdoc2texi | 21 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( '.Sq', gen_encloser(qw(@quoteleft{} @quoteright{})), [all …]
|
H A D | mdoc2man | 20 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( '.Sq' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 ); [all …]
|
H A D | Mdoc.pm | 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} = "@_"; () } ); 216 def_macro('.Re', sub { 224 def_macro('.Bl', sub { die '.Bl - no list callback set' }); 225 def_macro('.It', sub { die ".It called outside of list context - maybe near line $." }); [all …]
|
/freebsd/contrib/ntp/sntp/ag-tpl/ |
H A D | mdoc2man | 46 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( '.Sq' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 ); [all …]
|
H A D | Mdoc.pm | 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('.%O', sub { $reference{optional} = "@_"; () } ); 243 def_macro('.Re', sub { 251 def_macro('.Bl', sub { die '.Bl - no list callback set' }); 252 def_macro('.It', sub { die ".It called outside of list context - maybe near line $." }); [all …]
|