Searched refs:fileversion (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c161 if (fileversion >= 10) {
306 if (fileversion >= 10) {
427 if (fileversion < 10) {
449 if (fileversion >= 10) { /* skip it */
516 if (fileversion >= 10) {
554 if (fileversion < 13) {
596 if (fileversion >= 10) {
1080 if (fileversion <= 5) {
1100 !isdigit(getrefchar()) && fileversion >= 12) {
H A Dmain.c80 int fileversion; /* cross-reference file version */ variable
234 if (fscanf(oldrefs, "cscope %d %*s", &fileversion) != 1) {
240 if (fileversion >= 8) {
295 if (fileversion >= 13) {
330 if (fileversion >= 9) {
983 fscanf(oldrefs, "cscope %d %s", &fileversion, olddir) == 2 &&
990 if (fileversion >= 8) {
1050 if (fileversion >= 13 &&
1058 fileversion >= 9 && fscanf(oldrefs, "%*s") != 0) {
1084 if (fileversion !
[all...]
H A Dglobal.h90 extern int fileversion; /* cross-reference file version */

Completed in 127 milliseconds