Searched refs:testcfg (Results 1 – 8 of 8) sorted by relevance
23 testcfg = {} variable24 usermain = testcfg['main'] = config.IdleUserConfParser('')25 userhigh = testcfg['highlight'] = config.IdleUserConfParser('')26 userkeys = testcfg['keys'] = config.IdleUserConfParser('')27 userextn = testcfg['extensions'] = config.IdleUserConfParser('')30 idleConf.userCfg = testcfg790 testcfg[cfgtype].SetOption(section, 'name', 'value')794 testcfg[cfgtype][section] # and from mock userCfg.
14 testcfg = { variable63 codecontext.idleConf.userCfg = testcfg
15 testcfg = { variable34 colorizer.idleConf.userCfg = testcfg
19 testcfg = { variable35 idleConf.userCfg = testcfg
11 define void @testcfg(i32 %V) {
115 unsigned int testcfg; member