Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
DCommandInfo.cpp49 gen_specification = FALSE; in CCommandInfo()
191 gen_specification = FALSE; in ReadCommandLineInfo()
217 gen_specification = TRUE; in ReadCommandLineInfo()
316 if ((gen_resource == FALSE) && (gen_specification == FALSE)) in ReadCommandLineInfo()
319 gen_specification = TRUE; in ReadCommandLineInfo()
DCommandInfo.h15 BOOL GenSpecification() { return gen_specification; }; in GenSpecification()
36 BOOL gen_specification; variable