Lines Matching refs:dict
285 let res['dict'] = a:val
295 func s:Dict2info(dict) argument
297 for k in sort(keys(a:dict))
300 let info .= substitute(matchstr(a:dict['cmd'], '/^\s*\zs.*\ze$/'), '\\\(.\)', '\1', 'g')
302 let info .= a:dict[k]
598 if has_key(a:matches[i], 'dict')
599 if has_key(a:matches[i].dict, 'typename')
600 let typename = a:matches[i].dict['typename']
601 elseif has_key(a:matches[i].dict, 'typeref')
602 let typename = a:matches[i].dict['typeref']
604 let line = "\t" . a:matches[i].dict['cmd']