Home
last modified time | relevance | path

Searched refs:find_word_end (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/microdc2/microdc2-0.15.6/src/common/
H A Dquoting.c268 str = find_word_end(str, maxend); in get_word_index()
374 str = find_word_end(str, maxend); in get_completion_word_dequoted()
394 end = find_word_end(end, maxend); in find_completion_word_start()
427 end = find_word_end(str, strend); in get_word_array_dequoted()
H A Dquoting.h36 #define find_word_end(str,maxend) find_word_end_termchar(str,maxend,'\0') macro
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A Dgal-a11y-e-text.c189 find_word_end (const gchar *text, in find_word_end() function
228 last_word_end = find_word_end (text, offset - 1, -1); in find_sentence_start()
338 start = find_word_end (full_text, offset + 1, 1); in et_get_text_after_offset()
339 end = find_word_end (full_text, start + 1, 1); in et_get_text_after_offset()
391 start = find_word_end (full_text, offset, -1); in et_get_text_at_offset()
392 end = find_word_end (full_text, offset + 1, 1); in et_get_text_at_offset()
455 end = find_word_end (full_text, offset, -1); in et_get_text_before_offset()
456 start = find_word_end (full_text, end - 1, -1); in et_get_text_before_offset()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dinsexpand.pro30 char_u *find_word_end(char_u *ptr);
/dports/net/c3270/suite3270-4.0/wc3270/
H A Dselect.c229 find_word_end(int row, int col, int *startp, int *endp) in find_word_end() function
312 find_word_end(row, col, &select_start_col, &select_end_col); in select_event()
/dports/x11/x3270/suite3270-4.0/wc3270/
H A Dselect.c229 find_word_end(int row, int col, int *startp, int *endp) in find_word_end() function
312 find_word_end(row, col, &select_start_col, &select_end_col); in select_event()
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c1341 ptr = find_word_end(ptr); in ins_compl_files()
1374 ptr = find_word_end(ptr); in ins_compl_files()
1422 find_word_end(char_u *ptr) in find_word_end() function
3275 tmp_ptr = find_word_end(tmp_ptr); in ins_compl_get_exp()
3294 tmp_ptr = find_word_end(tmp_ptr); in ins_compl_get_exp()
H A Dsearch.c3736 p = find_word_end(p); in find_pattern_in_path()
3762 p = find_word_end(p); in find_pattern_in_path()
/dports/net-p2p/microdc2/microdc2-0.15.6/src/
H A Dcommand.c367 newline = xasprintf("%s%s", alias->alias_spec, find_word_end(ci2.line, NULL)); in default_completion_selector()
494 newline = xasprintf("%s%s", alias->alias_spec, find_word_end(line, NULL)); in command_execute()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c3027 ptr = find_word_end(ptr); in ins_compl_files()
3103 char_u *find_word_end(char_u *ptr) in find_word_end() function
4473 tmp_ptr = find_word_end(tmp_ptr); in ins_compl_get_exp()
4488 tmp_ptr = find_word_end(tmp_ptr); in ins_compl_get_exp()
H A Dsearch.c5134 p = find_word_end(p); in find_pattern_in_path()
5159 p = find_word_end(p); in find_pattern_in_path()