Home
last modified time | relevance | path

Searched refs:strp (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/libvterm/t/
H A Dharness.c24 static VTermModifier strpe_modifiers(char **strp) in strpe_modifiers() argument
28 while((*strp)[0]) { in strpe_modifiers()
29 switch(((*strp)++)[0]) { in strpe_modifiers()
/vim-8.2.3635/src/
H A Dos_unix.c7590 char *strp = ""; in setup_term_clip() local
7626 "vim_xterm", "Vim_xterm", NULL, 0, &z, &strp); in setup_term_clip()
7687 if (x11_window == 0 && (strp = getenv("WINDOWID")) != NULL) in setup_term_clip()
7688 x11_window = (Window)atol(strp); in setup_term_clip()
7729 char_u *strp; in do_xterm_trace() local
7787 strp = buf + STRLEN(buf); in do_xterm_trace()
7788 *strp++ = (xterm_button | MOUSE_DRAG) & ~0x20; in do_xterm_trace()
7789 *strp++ = (char_u)(col + ' ' + 1); in do_xterm_trace()
7790 *strp++ = (char_u)(row + ' ' + 1); in do_xterm_trace()
7791 *strp = 0; in do_xterm_trace()