Subversion Repositories planix.SVN

Compare Revisions

Ignore whitespace Rev 38 → Rev 39

/ports/trunk/unix/libterm/termcap.c
75,8 → 75,8
static char *pathvec[PVECSIZ]; /* to point to names in pathbuf */
static char **pvec; /* holds usable tail of path vector */
 
static char *tdecode __P((char *, char **));
static char *tskip __P ((char *));
static char *tdecode ();
static char *tskip ();
 
/*
* Get an entry for terminal name in buffer bp from the termcap file.