Home
last modified time | relevance | path

Searched defs:add_string (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h255 add_string(PyObject *list, char *s) in add_string() function
H A Dgui_w32.c6757 #define add_string(s) strcpy((LPSTR)p, s); (LPSTR)p += (strlen((LPSTR)p) + 1) macro