Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnetbeans.c536 short_u signmaplen; member
3257 if (buf->signmapused == buf->signmaplen) in addsigntype()
3259 if (buf->signmaplen == 0) // first allocation in addsigntype()
3261 buf->signmaplen = 5; in addsigntype()
3262 buf->signmap = ALLOC_CLEAR_MULT(int, buf->signmaplen); in addsigntype()
3267 int oldlen = buf->signmaplen; in addsigntype()
3270 buf->signmaplen *= 2; in addsigntype()
3271 incr = buf->signmaplen - oldlen; in addsigntype()
3273 buf->signmaplen * sizeof(int)); in addsigntype()
3277 buf->signmaplen = 0; in addsigntype()
H A Dconfigure.ac2095 unsigned short signmaplen;
2131 unsigned short signmaplen;
/vim-8.2.3635/src/auto/
H A Dconfigure7865 unsigned short signmaplen;
7977 unsigned short signmaplen;