Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmap.pro17 int put_escstr(FILE *fd, char_u *strstart, int what);
H A Dmessage.pro39 int msg_outtrans_special(char_u *strstart, int from, int maxlen);
/vim-8.2.3635/src/
H A Dmap.c1932 put_escstr(FILE *fd, char_u *strstart, int what) in put_escstr() argument
1934 char_u *str = strstart; in put_escstr()
2020 || (what == 1 && str == strstart && c == ' ') in put_escstr()
H A Dmessage.c1685 char_u *strstart, in msg_outtrans_special() argument
1689 char_u *str = strstart; in msg_outtrans_special()
1699 if ((str == strstart || str[1] == NUL) && *str == ' ') in msg_outtrans_special()