Searched defs:tabend (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c560 int tabend; /* Column of end of following tabs */ variable
732 tabstart = tabend = i;
734 while (tabend < linend) {
741 tabend++;
743 tabsize = tabend - tabstart;
754 fprintf(trace, "tabend %d, tabslack %d, linend %d\n",
755 tabend, tabslack, linend);
808 wchar_t *tp = vtube0 + tabend;
810 for (col = tabend; col < linend; col++)
888 vigotoCL(tabend
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c756 register A oidptr, tabptr, tabend; local
763 tabend = tabptr + olg;
765 while (goon != 0 && tabptr < tabend) {

Completed in 48 milliseconds