[BACK]Return to dump_entry.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tic

Diff for /src/usr.bin/tic/dump_entry.c between version 1.4 and 1.5

version 1.4, 1999/03/02 06:23:55 version 1.5, 1999/03/11 21:08:08
Line 40 
Line 40 
 #include <termsort.c>           /* this C file is generated */  #include <termsort.c>           /* this C file is generated */
 #include <parametrized.h>       /* so is this */  #include <parametrized.h>       /* so is this */
   
 MODULE_ID("$From: dump_entry.c,v 1.35 1999/03/02 01:23:01 tom Exp $")  MODULE_ID("$From: dump_entry.c,v 1.36 1999/03/06 23:37:55 tom Exp $")
   
 #define INDENT                  8  #define INDENT                  8
   
Line 466 
Line 466 
                            int (*pred)(int type, int idx),                             int (*pred)(int type, int idx),
                            bool suppress_untranslatable,                             bool suppress_untranslatable,
                            bool infodump,                             bool infodump,
                            bool numbers)                             int numbers)
 {  {
 int     i, j;  int     i, j;
 char    buffer[MAX_TERMINFO_LENGTH];  char    buffer[MAX_TERMINFO_LENGTH];
Line 730 
Line 730 
     return(infodump ? len : termcap_length(outbuf));      return(infodump ? len : termcap_length(outbuf));
 }  }
   
 int dump_entry(TERMTYPE *tterm, bool limited, bool numbers, int (*pred)(int type, int idx))  int dump_entry(TERMTYPE *tterm, bool limited, int numbers, int (*pred)(int type, int idx))
 /* dump a single entry */  /* dump a single entry */
 {  {
     int len, critlen;      int len, critlen;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5