Searched refs:localsigntype (Results 1 – 1 of 1) sorted by relevance
550 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() argument3295 if (--localsigntype >= 0 && localsigntype < buf->signmapused) in mapsigntype()3296 return buf->signmap[localsigntype]; in mapsigntype()