Searched refs:VBSIZE (Results 1 – 7 of 7) sorted by relevance
243 var unsigned char DEL[VBSIZE+1]; /* Last deleted text */246 var unsigned char INS[VBSIZE+1]; /* Last inserted text */271 var unsigned char vmacbuf[VBSIZE]; /* Text of visual macro, hence nonnestable */
71 #define VBSIZE 128 /* Partial line max size in visual */ macro
372 if (strlen(buf) + strlen(str) + 1 >= VBSIZE) { in addto()
320 long bsize = VBSIZE(vp); in bmap_write()1089 (VBSIZE(ITOV(ip)) / sizeof (daddr32_t))); in ufs_undo_allocation()1093 VBSIZE(ITOV(ip))); in ufs_undo_allocation()
4213 ASSERT(MAXPATHLEN <= VBSIZE(ITOV(ip))); in ufs_symlink()
1395 #define VBSIZE(vp) ((vp)->v_vfsp->vfs_bsize) macro
1391 #define VBSIZE(vp) ((vp)->v_vfsp->vfs_bsize) macro