Lines Matching refs:tb_maplen

421 	typebuf.tb_off += typebuf.tb_maplen;  in flush_buffers()
422 typebuf.tb_len -= typebuf.tb_maplen; in flush_buffers()
445 typebuf.tb_maplen = 0; in flush_buffers()
1089 if (nottyped || typebuf.tb_maplen > offset) in ins_typebuf()
1090 typebuf.tb_maplen += addlen; in ins_typebuf()
1162 return typebuf.tb_maplen == 0; in typebuf_typed()
1171 return typebuf.tb_maplen; in typebuf_maplen()
1220 if (typebuf.tb_maplen > offset) // adjust tb_maplen in del_typebuf()
1222 if (typebuf.tb_maplen < offset + len) in del_typebuf()
1223 typebuf.tb_maplen = offset; in del_typebuf()
1225 typebuf.tb_maplen -= len; in del_typebuf()
1341 typebuf.tb_maplen = 0; in alloc_typebuf()
2414 && (typebuf.tb_maplen == 0 in handle_mapping()
2473 && typebuf.tb_maplen == 0) in handle_mapping()
2474 && ((mp->m_mode & LANGMAP) == 0 || typebuf.tb_maplen == 0)) in handle_mapping()
2582 if (mlen > typebuf.tb_maplen) in handle_mapping()
2583 gotchars(typebuf.tb_buf + typebuf.tb_off + typebuf.tb_maplen, in handle_mapping()
2584 mlen - typebuf.tb_maplen); in handle_mapping()
2623 && (typebuf.tb_maplen == 0 in handle_mapping()
2644 if (keylen < 0 && typebuf.tb_len == typebuf.tb_maplen) in handle_mapping()
2653 if (typebuf.tb_maplen == 0 && (typebuf.tb_buf[ in handle_mapping()
2752 if (keylen > typebuf.tb_maplen) in handle_mapping()
2753 gotchars(typebuf.tb_buf + typebuf.tb_off + typebuf.tb_maplen, in handle_mapping()
2754 keylen - typebuf.tb_maplen); in handle_mapping()
2947 if (advance && typebuf.tb_maplen == 0) in vgetorpeek()
2994 if (typebuf.tb_maplen) in vgetorpeek()
3010 if ((c || typebuf.tb_maplen) in vgetorpeek()
3054 if (typebuf.tb_maplen > 0) in vgetorpeek()
3094 && typebuf.tb_maplen == 0 in vgetorpeek()
3198 if (typebuf.tb_len >= typebuf.tb_maplen + MAXMAPLEN) in vgetorpeek()