Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnetbeans.c550 static int mapsigntype(nbbuf_T *, int localsigntype);
551 static void addsigntype(nbbuf_T *, int localsigntype, char_u *typeName,
3293 mapsigntype(nbbuf_T *buf, int localsigntype) in mapsigntype() argument
3295 if (--localsigntype >= 0 && localsigntype < buf->signmapused) in mapsigntype()
3296 return buf->signmap[localsigntype]; in mapsigntype()