Searched defs:SCMOPT_FILTER_OUT_DIRS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscm.cpp85 SCMOPT_FILTER_OUT_DIRS, enumerator in enum:SCMOPT
163 { "--filter-out-dirs", SCMOPT_FILTER_OUT_DIRS, RTGETOPT_REQ_STRING },
429 case SCMOPT_FILTER_OUT_DIRS:
436 case SCMOPT_FILTER_OUT_DIRS: ppsz = &pSettings->pszFilterOutDirs; break;
1524 case SCMOPT_FILTER_OUT_DIRS: RTPrintf(" Default: %s\n", g_Defaults.pszFilterOutDirs); break;

Completed in 48 milliseconds