Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
DCommandInfo.cpp47 gen_resource = FALSE; in CCommandInfo()
192 gen_resource = TRUE; in ReadCommandLineInfo()
208 gen_resource = TRUE; in ReadCommandLineInfo()
316 if ((gen_resource == FALSE) && (gen_specification == FALSE)) in ReadCommandLineInfo()
318 gen_resource = TRUE; in ReadCommandLineInfo()
DCommandInfo.h13 BOOL GenResource(){ return gen_resource; }; in GenResource()
34 BOOL gen_resource; variable