Home
last modified time | relevance | path

Searched refs: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
284 if (add_string(ret, (char *)method->ml_name)) in ObjectDir()
291 if (add_string(ret, *attr)) in ObjectDir()
298 if (add_string(ret, "__members__")) in ObjectDir()
H A Dgui_w32.c6757 #define add_string(s) strcpy((LPSTR)p, s); (LPSTR)p += (strlen((LPSTR)p) + 1) macro