Home
last modified time | relevance | path

Searched refs:isuptodate (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c82 BOOL isuptodate; /* consider the crossref up-to-date */ variable
210 if (isuptodate == NO || access(reffile, READ) != 0) { in main()
223 if (isuptodate == YES) { in main()
658 isuptodate = YES; in options()
H A Dglobal.h94 extern BOOL isuptodate; /* consider the crossref up-to-date */
H A Dcommand.c82 if (isuptodate == YES) { in command()
H A Dfind.c782 if (truncatesyms == YES && isuptodate == YES && in findinit()