[BACK]Return to roff.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/roff.h between version 1.48 and 1.65

version 1.48, 2017/05/08 15:34:54 version 1.65, 2018/12/14 06:33:14
Line 1 
Line 1 
 /*      $Id$    */  /*      $Id$    */
 /*  /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 14 
Line 14 
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN   * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    *
    * Common data types for all syntax trees and related functions.
  */   */
   
 struct  ohash;  struct  ohash;
Line 61  enum roff_type {
Line 63  enum roff_type {
         ROFFT_TAIL,          ROFFT_TAIL,
         ROFFT_ELEM,          ROFFT_ELEM,
         ROFFT_TEXT,          ROFFT_TEXT,
           ROFFT_COMMENT,
         ROFFT_TBL,          ROFFT_TBL,
         ROFFT_EQN          ROFFT_EQN
 };  };
   
 enum    roff_tok {  enum    roff_tok {
         ROFF_br = 0,          ROFF_br = 0,
           ROFF_ce,
         ROFF_ft,          ROFF_ft,
         ROFF_ll,          ROFF_ll,
           ROFF_mc,
           ROFF_po,
           ROFF_rj,
         ROFF_sp,          ROFF_sp,
         ROFF_ta,          ROFF_ta,
         ROFF_ti,          ROFF_ti,
Line 100  enum roff_tok {
Line 107  enum roff_tok {
         ROFF_brpnl,          ROFF_brpnl,
         ROFF_c2,          ROFF_c2,
         ROFF_cc,          ROFF_cc,
         ROFF_ce,  
         ROFF_cf,          ROFF_cf,
         ROFF_cflags,          ROFF_cflags,
         ROFF_ch,          ROFF_ch,
Line 206  enum roff_tok {
Line 212  enum roff_tok {
         ROFF_ls,          ROFF_ls,
         ROFF_lsm,          ROFF_lsm,
         ROFF_lt,          ROFF_lt,
         ROFF_mc,  
         ROFF_mediasize,          ROFF_mediasize,
         ROFF_minss,          ROFF_minss,
         ROFF_mk,          ROFF_mk,
Line 238  enum roff_tok {
Line 243  enum roff_tok {
         ROFF_pm,          ROFF_pm,
         ROFF_pn,          ROFF_pn,
         ROFF_pnr,          ROFF_pnr,
         ROFF_po,  
         ROFF_ps,          ROFF_ps,
         ROFF_psbb,          ROFF_psbb,
         ROFF_pshape,          ROFF_pshape,
Line 251  enum roff_tok {
Line 255  enum roff_tok {
         ROFF_return,          ROFF_return,
         ROFF_rfschar,          ROFF_rfschar,
         ROFF_rhang,          ROFF_rhang,
         ROFF_rj,  
         ROFF_rm,          ROFF_rm,
         ROFF_rn,          ROFF_rn,
         ROFF_rnn,          ROFF_rnn,
Line 309  enum roff_tok {
Line 312  enum roff_tok {
         ROFF_writem,          ROFF_writem,
         ROFF_xflag,          ROFF_xflag,
         ROFF_cblock,          ROFF_cblock,
           ROFF_RENAMED,
         ROFF_USERDEF,          ROFF_USERDEF,
         TOKEN_NONE,          TOKEN_NONE,
         MDOC_Dd,          MDOC_Dd,
Line 436  enum roff_tok {
Line 440  enum roff_tok {
         MAN_SH,          MAN_SH,
         MAN_SS,          MAN_SS,
         MAN_TP,          MAN_TP,
           MAN_TQ,
         MAN_LP,          MAN_LP,
         MAN_PP,          MAN_PP,
         MAN_P,          MAN_P,
Line 461  enum roff_tok {
Line 466  enum roff_tok {
         MAN_PD,          MAN_PD,
         MAN_AT,          MAN_AT,
         MAN_in,          MAN_in,
           MAN_SY,
           MAN_YS,
         MAN_OP,          MAN_OP,
         MAN_EX,          MAN_EX,
         MAN_EE,          MAN_EE,
         MAN_UR,          MAN_UR,
         MAN_UE,          MAN_UE,
           MAN_MT,
           MAN_ME,
         MAN_MAX          MAN_MAX
 };  };
   
Line 483  enum mdoc_endbody {
Line 492  enum mdoc_endbody {
         ENDBODY_SPACE   /* Is broken: append a space. */          ENDBODY_SPACE   /* Is broken: append a space. */
 };  };
   
   enum    mandoc_os {
           MANDOC_OS_OTHER = 0,
           MANDOC_OS_NETBSD,
           MANDOC_OS_OPENBSD
   };
   
 struct  roff_node {  struct  roff_node {
         struct roff_node *parent;  /* Parent AST node. */          struct roff_node *parent;  /* Parent AST node. */
         struct roff_node *child;   /* First child AST node. */          struct roff_node *child;   /* First child AST node. */
Line 495  struct roff_node {
Line 510  struct roff_node {
         struct mdoc_arg  *args;    /* BLOCK/ELEM */          struct mdoc_arg  *args;    /* BLOCK/ELEM */
         union mdoc_data  *norm;    /* Normalized arguments. */          union mdoc_data  *norm;    /* Normalized arguments. */
         char             *string;  /* TEXT */          char             *string;  /* TEXT */
         const struct tbl_span *span; /* TBL */          struct tbl_span  *span;    /* TBL */
         const struct eqn *eqn;     /* EQN */          struct eqn_box   *eqn;     /* EQN */
         int               line;    /* Input file line number. */          int               line;    /* Input file line number. */
         int               pos;     /* Input file column number. */          int               pos;     /* Input file column number. */
         int               flags;          int               flags;
Line 527  struct roff_meta {
Line 542  struct roff_meta {
         char             *name;    /* Leading manual name. */          char             *name;    /* Leading manual name. */
         char             *date;    /* Normalized date. */          char             *date;    /* Normalized date. */
         int               hasbody; /* Document is not empty. */          int               hasbody; /* Document is not empty. */
           int               rcsids;  /* Bits indexed by enum mandoc_os. */
           enum mandoc_os    os_e;    /* Operating system. */
 };  };
   
 struct  roff_man {  struct  roff_man {
         struct roff_meta  meta;    /* Document meta-data. */          struct roff_meta  meta;    /* Document meta-data. */
         struct mparse    *parse;   /* Parse pointer. */  
         struct roff      *roff;    /* Roff parser state data. */          struct roff      *roff;    /* Roff parser state data. */
         struct ohash     *mdocmac; /* Mdoc macro lookup table. */          struct ohash     *mdocmac; /* Mdoc macro lookup table. */
         struct ohash     *manmac;  /* Man macro lookup table. */          struct ohash     *manmac;  /* Man macro lookup table. */
         const char       *defos;   /* Default operating system. */          const char       *os_s;    /* Default operating system. */
         struct roff_node *first;   /* The first node parsed. */          struct roff_node *first;   /* The first node parsed. */
         struct roff_node *last;    /* The last node parsed. */          struct roff_node *last;    /* The last node parsed. */
         struct roff_node *last_es; /* The most recent Es node. */          struct roff_node *last_es; /* The most recent Es node. */
Line 568  extern const char *const *roff_name;
Line 584  extern const char *const *roff_name;
   
   
 void             deroff(char **, const struct roff_node *);  void             deroff(char **, const struct roff_node *);
 struct ohash    *roffhash_alloc(enum roff_tok, enum roff_tok);  
 enum roff_tok    roffhash_find(struct ohash *, const char *, size_t);  
 void             roffhash_free(struct ohash *);  
 void             roff_validate(struct roff_man *);  void             roff_validate(struct roff_man *);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.65

CVSweb