Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/ex/
Dex_shift.c67 size_t blen, len, newcol, newidx, oldcol, oldidx, sw; in shift() local
123 newcol = oldcol + sw; in shift()
125 newcol = oldcol < sw ? 0 : oldcol - sw; in shift()
126 if (newcol == oldcol) { in shift()
134 ADD_SPACE_RETW(sp, bp, blen, newcol + len); in shift()
143 for (; newcol >= O_VAL(sp, O_TABSTOP); ++newidx) { in shift()
145 newcol -= O_VAL(sp, O_TABSTOP); in shift()
148 for (; newcol > 0; --newcol, ++newidx) in shift()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/
Dinit.cpp195 int newcol = 0; in ndb_db_open() local
208 if ( newcol ) *ptr++ = ','; in ndb_db_open()
212 ai->na_ixcol = newcol + 18; in ndb_db_open()
213 newcol++; in ndb_db_open()
/netbsd/src/bin/ksh/
Dvi.c63 static int newcol ARGS((int, int));
1778 col = newcol((unsigned char) es->cbuf[cur++], col); in outofwin()
1800 tcol = newcol((unsigned char) es->cbuf[tcur++], tcol); in rewindow()
1803 holdcol1 = newcol((unsigned char) es->cbuf[holdcur1++], in rewindow()
1809 newcol(ch, col) in newcol() function