]>
git.cameronkatri.com Git - mandoc.git/blob - man_macro.c
1 /* $Id: man_macro.c,v 1.42 2010/03/29 10:10:35 kristaps Exp $ */
3 * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34 static int blk_close(MACRO_PROT_ARGS
);
35 static int blk_dotted(MACRO_PROT_ARGS
);
36 static int blk_exp(MACRO_PROT_ARGS
);
37 static int blk_imp(MACRO_PROT_ARGS
);
38 static int in_line_eoln(MACRO_PROT_ARGS
);
40 static int rew_scope(enum man_type
,
41 struct man
*, enum mant
);
42 static enum rew
rew_dohalt(enum mant
, enum man_type
,
43 const struct man_node
*);
44 static enum rew
rew_block(enum mant
, enum man_type
,
45 const struct man_node
*);
46 static int rew_warn(struct man
*,
47 struct man_node
*, enum merr
);
49 const struct man_macro __man_macros
[MAN_MAX
] = {
50 { in_line_eoln
, MAN_NSCOPED
}, /* br */
51 { in_line_eoln
, 0 }, /* TH */
52 { blk_imp
, MAN_SCOPED
}, /* SH */
53 { blk_imp
, MAN_SCOPED
}, /* SS */
54 { blk_imp
, MAN_SCOPED
| MAN_FSCOPED
}, /* TP */
55 { blk_imp
, 0 }, /* LP */
56 { blk_imp
, 0 }, /* PP */
57 { blk_imp
, 0 }, /* P */
58 { blk_imp
, 0 }, /* IP */
59 { blk_imp
, 0 }, /* HP */
60 { in_line_eoln
, MAN_SCOPED
}, /* SM */
61 { in_line_eoln
, MAN_SCOPED
}, /* SB */
62 { in_line_eoln
, 0 }, /* BI */
63 { in_line_eoln
, 0 }, /* IB */
64 { in_line_eoln
, 0 }, /* BR */
65 { in_line_eoln
, 0 }, /* RB */
66 { in_line_eoln
, MAN_SCOPED
}, /* R */
67 { in_line_eoln
, MAN_SCOPED
}, /* B */
68 { in_line_eoln
, MAN_SCOPED
}, /* I */
69 { in_line_eoln
, 0 }, /* IR */
70 { in_line_eoln
, 0 }, /* RI */
71 { in_line_eoln
, MAN_NSCOPED
}, /* na */
72 { in_line_eoln
, 0 }, /* i */
73 { in_line_eoln
, MAN_NSCOPED
}, /* sp */
74 { in_line_eoln
, 0 }, /* nf */
75 { in_line_eoln
, 0 }, /* fi */
76 { in_line_eoln
, 0 }, /* r */
77 { blk_close
, 0 }, /* RE */
78 { blk_exp
, MAN_EXPLICIT
}, /* RS */
79 { in_line_eoln
, 0 }, /* DT */
80 { in_line_eoln
, 0 }, /* UC */
81 { in_line_eoln
, 0 }, /* PD */
82 { in_line_eoln
, MAN_NSCOPED
}, /* Sp */
83 { in_line_eoln
, 0 }, /* Vb */
84 { in_line_eoln
, 0 }, /* Ve */
85 { blk_exp
, MAN_EXPLICIT
| MAN_NOCLOSE
}, /* de */
86 { blk_exp
, MAN_EXPLICIT
| MAN_NOCLOSE
}, /* dei */
87 { blk_exp
, MAN_EXPLICIT
| MAN_NOCLOSE
}, /* am */
88 { blk_exp
, MAN_EXPLICIT
| MAN_NOCLOSE
}, /* ami */
89 { blk_exp
, MAN_EXPLICIT
| MAN_NOCLOSE
}, /* ig */
90 { blk_dotted
, 0 }, /* . */
93 const struct man_macro
* const man_macros
= __man_macros
;
97 * Warn when "n" is an explicit non-roff macro.
100 rew_warn(struct man
*m
, struct man_node
*n
, enum merr er
)
103 if (er
== WERRMAX
|| MAN_BLOCK
!= n
->type
)
105 if (MAN_VALID
& n
->flags
)
107 if ( ! (MAN_EXPLICIT
& man_macros
[n
->tok
].flags
))
109 if (MAN_NOCLOSE
& man_macros
[n
->tok
].flags
)
111 return(man_nwarn(m
, n
, er
));
116 * Rewind scope. If a code "er" != WERRMAX has been provided, it will
117 * be used if an explicit block scope is being closed out.
120 man_unscope(struct man
*m
, const struct man_node
*n
, enum merr er
)
126 while (m
->last
!= n
) {
127 if ( ! rew_warn(m
, m
->last
, er
))
129 if ( ! man_valid_post(m
))
131 if ( ! man_action_post(m
))
133 m
->last
= m
->last
->parent
;
137 if ( ! rew_warn(m
, m
->last
, er
))
139 if ( ! man_valid_post(m
))
141 if ( ! man_action_post(m
))
144 m
->next
= MAN_ROOT
== m
->last
->type
?
145 MAN_NEXT_CHILD
: MAN_NEXT_SIBLING
;
152 rew_block(enum mant ntok
, enum man_type type
, const struct man_node
*n
)
155 if (MAN_BLOCK
== type
&& ntok
== n
->parent
->tok
&&
156 MAN_BODY
== n
->parent
->type
)
158 return(ntok
== n
->tok
? REW_HALT
: REW_NOHALT
);
163 * There are three scope levels: scoped to the root (all), scoped to the
164 * section (all less sections), and scoped to subsections (all less
165 * sections and subsections).
168 rew_dohalt(enum mant tok
, enum man_type type
, const struct man_node
*n
)
172 /* We cannot progress beyond the root ever. */
173 if (MAN_ROOT
== n
->type
)
178 /* Normal nodes shouldn't go to the level of the root. */
179 if (MAN_ROOT
== n
->parent
->type
)
182 /* Already-validated nodes should be closed out. */
183 if (MAN_VALID
& n
->flags
)
186 /* First: rewind to ourselves. */
187 if (type
== n
->type
&& tok
== n
->tok
)
191 * If we're a roff macro, then we can close out anything that
192 * stands between us and our parent context.
194 if (MAN_NOCLOSE
& man_macros
[tok
].flags
)
198 * Don't clobber roff macros: this is a bit complicated. If the
199 * current macro is a roff macro, halt immediately and don't
200 * rewind. If it's not, and the parent is, then close out the
201 * current scope and halt at the parent.
203 if (MAN_NOCLOSE
& man_macros
[n
->tok
].flags
)
205 if (MAN_NOCLOSE
& man_macros
[n
->parent
->tok
].flags
)
209 * Next follow the implicit scope-smashings as defined by man.7:
210 * section, sub-section, etc.
217 /* Rewind to a section, if a block. */
218 if (REW_NOHALT
!= (c
= rew_block(MAN_SH
, type
, n
)))
222 /* Rewind to a subsection, if a block. */
223 if (REW_NOHALT
!= (c
= rew_block(MAN_SS
, type
, n
)))
225 /* Rewind to a section, if a block. */
226 if (REW_NOHALT
!= (c
= rew_block(MAN_SH
, type
, n
)))
230 /* Rewind to an offsetter, if a block. */
231 if (REW_NOHALT
!= (c
= rew_block(MAN_RS
, type
, n
)))
233 /* Rewind to a subsection, if a block. */
234 if (REW_NOHALT
!= (c
= rew_block(MAN_SS
, type
, n
)))
236 /* Rewind to a section, if a block. */
237 if (REW_NOHALT
!= (c
= rew_block(MAN_SH
, type
, n
)))
247 * Rewinding entails ascending the parse tree until a coherent point,
248 * for example, the `SH' macro will close out any intervening `SS'
249 * scopes. When a scope is closed, it must be validated and actioned.
252 rew_scope(enum man_type type
, struct man
*m
, enum mant tok
)
258 for (n
= m
->last
; n
; n
= n
->parent
) {
260 * Whether we should stop immediately (REW_HALT), stop
261 * and rewind until this point (REW_REWIND), or keep
262 * rewinding (REW_NOHALT).
264 c
= rew_dohalt(tok
, type
, n
);
272 * Rewind until the current point. Warn if we're a roff
273 * instruction that's mowing over explicit scopes.
276 if (MAN_NOCLOSE
& man_macros
[tok
].flags
)
277 return(man_unscope(m
, n
, WROFFSCOPE
));
279 return(man_unscope(m
, n
, WERRMAX
));
284 * Closure for dotted macros (de, dei, am, ami, ign). This must handle
285 * any of these as the parent node, so it needs special handling.
286 * Beyond this, it's the same as blk_close().
290 blk_dotted(MACRO_PROT_ARGS
)
295 /* Check for any of the following parents... */
297 for (nn
= m
->last
->parent
; nn
; nn
= nn
->parent
)
298 if (nn
->tok
== MAN_de
|| nn
->tok
== MAN_dei
||
300 nn
->tok
== MAN_ami
||
307 if ( ! man_pwarn(m
, line
, ppos
, WNOSCOPE
))
312 if ( ! rew_scope(MAN_BODY
, m
, ntok
))
314 if ( ! rew_scope(MAN_BLOCK
, m
, ntok
))
318 * Restore flags set when we got here and also stipulate that we
319 * don't post-process the line when exiting the macro op
320 * function in man_pmacro(). See blk_exp().
323 m
->flags
= m
->svflags
| MAN_ILINE
;
330 * Close out a generic explicit macro.
334 blk_close(MACRO_PROT_ARGS
)
337 const struct man_node
*nn
;
348 for (nn
= m
->last
->parent
; nn
; nn
= nn
->parent
)
353 if ( ! man_pwarn(m
, line
, ppos
, WNOSCOPE
))
356 if ( ! rew_scope(MAN_BODY
, m
, ntok
))
358 if ( ! rew_scope(MAN_BLOCK
, m
, ntok
))
366 blk_exp(MACRO_PROT_ARGS
)
372 * Close out prior scopes. "Regular" explicit macros cannot be
373 * nested, but we allow roff macros to be placed just about
377 if ( ! (MAN_NOCLOSE
& man_macros
[tok
].flags
)) {
378 if ( ! rew_scope(MAN_BODY
, m
, tok
))
380 if ( ! rew_scope(MAN_BLOCK
, m
, tok
))
384 * Save our state and next-scope indicator; we restore
385 * it when exiting from the roff instruction block. See
388 m
->svflags
= m
->flags
;
391 /* Make sure we drop any line modes. */
395 if ( ! man_block_alloc(m
, line
, ppos
, tok
))
397 if ( ! man_head_alloc(m
, line
, ppos
, tok
))
402 w
= man_args(m
, line
, pos
, buf
, &p
);
409 if ( ! man_word_alloc(m
, line
, la
, p
))
414 assert(tok
!= MAN_MAX
);
416 if ( ! rew_scope(MAN_HEAD
, m
, tok
))
418 return(man_body_alloc(m
, line
, ppos
, tok
));
424 * Parse an implicit-block macro. These contain a MAN_HEAD and a
425 * MAN_BODY contained within a MAN_BLOCK. Rules for closing out other
426 * scopes, such as `SH' closing out an `SS', are defined in the rew
430 blk_imp(MACRO_PROT_ARGS
)
436 /* Close out prior scopes. */
438 if ( ! rew_scope(MAN_BODY
, m
, tok
))
440 if ( ! rew_scope(MAN_BLOCK
, m
, tok
))
443 /* Allocate new block & head scope. */
445 if ( ! man_block_alloc(m
, line
, ppos
, tok
))
447 if ( ! man_head_alloc(m
, line
, ppos
, tok
))
452 /* Add line arguments. */
456 w
= man_args(m
, line
, pos
, buf
, &p
);
463 if ( ! man_word_alloc(m
, line
, la
, p
))
467 /* Close out head and open body (unless MAN_SCOPE). */
469 if (MAN_SCOPED
& man_macros
[tok
].flags
) {
470 /* If we're forcing scope (`TP'), keep it open. */
471 if (MAN_FSCOPED
& man_macros
[tok
].flags
) {
472 m
->flags
|= MAN_BLINE
;
474 } else if (n
== m
->last
) {
475 m
->flags
|= MAN_BLINE
;
480 if ( ! rew_scope(MAN_HEAD
, m
, tok
))
482 return(man_body_alloc(m
, line
, ppos
, tok
));
487 in_line_eoln(MACRO_PROT_ARGS
)
493 if ( ! man_elem_alloc(m
, line
, ppos
, tok
))
500 w
= man_args(m
, line
, pos
, buf
, &p
);
506 if ( ! man_word_alloc(m
, line
, la
, p
))
511 * If no arguments are specified and this is MAN_SCOPED (i.e.,
512 * next-line scoped), then set our mode to indicate that we're
513 * waiting for terms to load into our context.
516 if (n
== m
->last
&& MAN_SCOPED
& man_macros
[tok
].flags
) {
517 assert( ! (MAN_NSCOPED
& man_macros
[tok
].flags
));
518 m
->flags
|= MAN_ELINE
;
522 /* Set ignorable context, if applicable. */
524 if (MAN_NSCOPED
& man_macros
[tok
].flags
) {
525 assert( ! (MAN_SCOPED
& man_macros
[tok
].flags
));
526 m
->flags
|= MAN_ILINE
;
530 * Rewind our element scope. Note that when TH is pruned, we'll
531 * be back at the root, so make sure that we don't clobber as
535 for ( ; m
->last
; m
->last
= m
->last
->parent
) {
538 if (m
->last
->type
== MAN_ROOT
)
540 if ( ! man_valid_post(m
))
542 if ( ! man_action_post(m
))
549 * Same here regarding whether we're back at the root.
552 if (m
->last
->type
!= MAN_ROOT
&& ! man_valid_post(m
))
554 if (m
->last
->type
!= MAN_ROOT
&& ! man_action_post(m
))
557 m
->next
= MAN_ROOT
== m
->last
->type
?
558 MAN_NEXT_CHILD
: MAN_NEXT_SIBLING
;
565 man_macroend(struct man
*m
)
568 return(man_unscope(m
, m
->first
, WEXITSCOPE
));