Lines Matching refs:silent
377 local function loadModule(mod, silent)
385 if not silent then
390 if not silent then
403 if not pstatus and not silent then
416 if not silent then
425 if not pstatus and not silent then
428 if not silent then
440 local function readFile(name, silent)
443 if not silent then
453 if text == nil and not silent then
531 function config.processFile(name, silent)
532 if silent == nil then
533 silent = false
536 local text = readFile(name, silent)
538 return silent