Searched refs:typestr (Results 1 – 4 of 4) sorted by relevance
230 typestr = str(inst)235 if "function" in typestr:238 elif "method" in typestr:241 elif "module" in typestr:243 elif "type" in typestr:
248 typestr = str(inst)253 if "function" in typestr:256 elif "method" in typestr:259 elif "module" in typestr:261 elif "class" in typestr:
69 char_u typestr[2]; in trigger_cmd_autocmd() local71 typestr[0] = typechar; in trigger_cmd_autocmd()72 typestr[1] = NUL; in trigger_cmd_autocmd()73 apply_autocmds(evt, typestr, typestr, FALSE, curbuf); in trigger_cmd_autocmd()
2958 char_u *typestr; in f_confirm() local2983 typestr = tv_get_string_buf_chk(&argvars[3], buf2); in f_confirm()2984 if (typestr == NULL) in f_confirm()2988 switch (TOUPPER_ASC(*typestr)) in f_confirm()