Searched refs:in_str (Results 1 – 2 of 2) sorted by relevance
1470 char_u *in_str; in f_tr() local1491 in_str = tv_get_string(&argvars[0]); in f_tr()1513 while (*in_str != NUL) in f_tr()1517 inlen = (*mb_ptr2len)(in_str); in f_tr()1518 cpstr = in_str; in f_tr()1524 if (fromlen == inlen && STRNCMP(in_str, p, inlen) == 0) in f_tr()1543 if (first && cpstr == in_str) in f_tr()1562 in_str += inlen; in f_tr()1567 p = vim_strchr(fromstr, *in_str); in f_tr()1571 ga_append(&ga, *in_str); in f_tr()[all …]
2732 int in_str = FALSE; // inside of string in check_linecomment() local2739 if (in_str) in check_linecomment()2742 in_str = FALSE; in check_linecomment()2747 in_str = TRUE; in check_linecomment()2749 else if (!in_str && ((p - line) < 2 in check_linecomment()