Searched refs:theword (Results 1 – 3 of 3) sorted by relevance
3169 char_u theword[MAXWLEN]; in add_sound_suggest() local3244 STRCPY(theword + wlen, "BAD"); in add_sound_suggest()3258 theword[wlen] = byts[n + i]; in add_sound_suggest()3262 theword[wlen] = NUL; in add_sound_suggest()3278 find_keepcap_word(slang, theword, cword); in add_sound_suggest()3287 make_case_word(theword, cword, flags); in add_sound_suggest()3291 p = theword; in add_sound_suggest()
3157 \ "theword\tXtagfile\t/^theword"],3160 \ + ['theword is here']3179 \ 'find theword somewhere',3190 call term_sendkeys(buf, "/theword\<CR>\<C-W>}")3214 call term_sendkeys(buf, ":pedit +/theword Xtagfile\<CR>")
6109 :vimgrep /theword/jg *.c