Searched refs:glyphFile (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dnetbeans.c2325 char_u *glyphFile; local
2347 glyphFile = vim_strsave_escaped(p, escape_chars);
2365 else if (typeName != NULL && tooltip != NULL && glyphFile != NULL)
2366 addsigntype(buf, typeNum, typeName, tooltip, glyphFile, fg, bg);
2374 vim_free(glyphFile);
3588 char_u *glyphFile,
3603 typeNum, typeName, tooltip, glyphFile, fg, bg));
3625 if (*glyphFile == NUL)
3628 else if (vim_strsize(glyphFile) <= 2)
3632 glyphFile, typeNam
3583 addsigntype( nbbuf_T *buf, int typeNum, char_u *typeName, char_u *tooltip UNUSED, char_u *glyphFile, char_u *fg, char_u *bg) argument
[all...]

Completed in 183 milliseconds