Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_vput.c560 int tabend; /* Column of end of following tabs */ variable
732 tabstart = tabend = i; in vinschar()
734 while (tabend < linend) { in vinschar()
741 tabend++; in vinschar()
743 tabsize = tabend - tabstart; in vinschar()
755 tabend, tabslack, linend); in vinschar()
808 wchar_t *tp = vtube0 + tabend; in vrigid()
810 for (col = tabend; col < linend; col++) in vrigid()
888 vigotoCL(tabend + shft); in vishft()
889 up = tp + tabend; in vishft()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c756 register A oidptr, tabptr, tabend; in oidmap() local
763 tabend = tabptr + olg; in oidmap()
765 while (goon != 0 && tabptr < tabend) { in oidmap()