Searched refs:tostr (Results 1 – 4 of 4) sorted by relevance
1472 char_u *tostr; in f_tr() local1493 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()
54 syn keyword routerosCommands tonum tostr totime add remove enable disable where get print
95 …nh task_id task_stack ticks_left time tofloat toint toliteral tonum toobj tostr trunc typeof unlis…
3130 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 in11658 {fromstr} is translated into the first character in {tostr}