Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/cmdutils/appwiz/
H A Dappwiz.c12 #define APP_ONLY 2 macro
151 …if ((dwMode == SHOW_ALL) || ((dwMode == APP_ONLY) && (!bIsUpdate)) || ((dwMode == UPD_ONLY) && (bI… in ShowAppList()
236 if (ShowAppList(APP_ONLY, -1) == 0) return 0; in _tmain()
243 ShowAppList(APP_ONLY, iNumber); in _tmain()