comparison src/if_cscope.c @ 273:2463194c8cdd

updated for version 7.0073
author vimboss
date Thu, 19 May 2005 21:00:46 +0000
parents 72aefd4c1e0d
children f811be6fa9b5
comparison
equal deleted inserted replaced
272:ddada568db54 273:2463194c8cdd
2123 cs_reset(eap) 2123 cs_reset(eap)
2124 exarg_T *eap; 2124 exarg_T *eap;
2125 { 2125 {
2126 char **dblist = NULL, **pplist = NULL, **fllist = NULL; 2126 char **dblist = NULL, **pplist = NULL, **fllist = NULL;
2127 int i; 2127 int i;
2128 char buf[8]; /* for sprintf " (#%d)" */ 2128 char buf[20]; /* for sprintf " (#%d)" */
2129 2129
2130 /* malloc our db and ppath list */ 2130 /* malloc our db and ppath list */
2131 dblist = (char **)alloc(CSCOPE_MAX_CONNECTIONS * sizeof(char *)); 2131 dblist = (char **)alloc(CSCOPE_MAX_CONNECTIONS * sizeof(char *));
2132 pplist = (char **)alloc(CSCOPE_MAX_CONNECTIONS * sizeof(char *)); 2132 pplist = (char **)alloc(CSCOPE_MAX_CONNECTIONS * sizeof(char *));
2133 fllist = (char **)alloc(CSCOPE_MAX_CONNECTIONS * sizeof(char *)); 2133 fllist = (char **)alloc(CSCOPE_MAX_CONNECTIONS * sizeof(char *));