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

Diff for /mandoc/term.h between version 1.18 and 1.21

version 1.18, 2009/03/04 14:13:05 version 1.21, 2009/03/14 05:36:07
Line 64  enum tsym {
Line 64  enum tsym {
         TERMSYM_PERIOD =        35,          TERMSYM_PERIOD =        35,
         TERMSYM_BREAK =         36,          TERMSYM_BREAK =         36,
         TERMSYM_LANGLE =        37,          TERMSYM_LANGLE =        37,
         TERMSYM_RANGLE =        38          TERMSYM_RANGLE =        38,
           TERMSYM_LBRACE =        39,
           TERMSYM_RBRACE =        40,
           TERMSYM_MAX =           41
 };  };
   
   
Line 95  struct termp {
Line 98  struct termp {
 #define TERMP_LITERAL    (1 << 5)       /* Literal words. */  #define TERMP_LITERAL    (1 << 5)       /* Literal words. */
 #define TERMP_IGNDELIM   (1 << 6)       /* Delims like regulars. */  #define TERMP_IGNDELIM   (1 << 6)       /* Delims like regulars. */
 #define TERMP_NONOSPACE  (1 << 7)       /* No space (no autounset). */  #define TERMP_NONOSPACE  (1 << 7)       /* No space (no autounset). */
   #define TERMP_NONOBREAK  (1 << 8)
         char             *buf;          char             *buf;
         struct termsym   *symtab;       /* Special-symbol table. */          struct termsym   *symtab;       /* Special-symbol table. */
         struct termsym   *styletab;     /* Style table. */          struct termsym   *styletab;     /* Style table. */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.21

CVSweb