Home
last modified time | relevance | path

Searched refs:tostr (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dstrings.c1472 char_u *tostr; in f_tr() local
1493 tostr = tv_get_string_buf_chk(&argvars[2], buf2); in f_tr()
1498 if (fromstr == NULL || tostr == NULL) in f_tr()
1504 if (STRLEN(fromstr) != STRLEN(tostr)) in f_tr()
1526 for (p = tostr; *p != NUL; p += tolen) in f_tr()
1549 for (p = tostr; *p != NUL; p += tolen) in f_tr()
1569 ga_append(&ga, tostr[p - fromstr]); in f_tr()
/vim-8.2.3635/runtime/syntax/
H A Drouteros.vim54 syn keyword routerosCommands tonum tostr totime add remove enable disable where get print
H A Dmoo.vim95 …nh task_id task_stack ticks_left time tofloat toint toliteral tonum toobj tostr trunc typeof unlis…
/vim-8.2.3635/runtime/doc/
H A Deval.txt3130 tr({src}, {fromstr}, {tostr}) String translate chars of {src} in {fromstr}
3131 to chars in {tostr}
11654 tr({src}, {fromstr}, {tostr}) *tr()*
11657 position in the {tostr} string. Thus the first character in
11658 {fromstr} is translated into the first character in {tostr}