Searched refs:csinfo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dif_cscope.c68 static csinfo_T * csinfo = NULL; variable
70 csinfo[] */
157 if (csinfo[i].fname == NULL)
442 if (!csinfo[i].fname)
451 if (strstr(csinfo[i].fname, (char *)dbpath))
455 if (strcmp(csinfo[i].fname, (char *)dbpath) == 0)
459 if (strstr(csinfo[i].fname, (char *)dbpath)
460 && ((!ppath && !csinfo[i].ppath)
462 && csinfo[i].ppath
463 && strstr(csinfo[
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dip.d39 typedef struct csinfo {

Completed in 119 milliseconds