| /src/external/bsd/nvi/dist/common/ |
| mark.h | 28 size_t cno; /* Column number. */ member in struct:_mark 34 size_t cno; /* Column number. */ member in struct:_lmark
|
| vi_auto.h | 20 size_t cno; member in struct:_vi_cursor_args
|
| cut.h | 37 size_t cno; /* 0-N: file character in line. */ member in struct:_text
|
| gs.h | 28 size_t cno; /* 0-N: file cursor column. */ member in struct:_fref 30 #define FR_CURSORSET 0x0001 /* If lno/cno values valid. */
|
| screen.h | 129 size_t cno; /* 0-N: file character in line. */ member in struct:_scr
|
| /src/external/bsd/nvi/dist/vi/ |
| v_match.c | 45 size_t cno, len, off; local 76 for (off = vp->m_start.cno;; ++off) { 92 if (match.lno == vp->m_start.lno && match.cno ==vp->m_start.cno) 126 vp->m_stop.cno = cs.cs_cno; 140 vp->m_start.cno < vp->m_stop.cno)) 146 match.cno = vp->m_final.cno; 159 if (mp->cno != 0) [all...] |
| v_ulcase.c | 59 size_t cno, lcnt, len; local 64 cno = vp->m_start.cno; 66 for (cnt = F_ISSET(vp, VC_C1SET) ? vp->count : 1; cnt > 0; cno = 0) { 80 vp->m_final.cno = 0; 84 if (cno + cnt >= len) { 86 cnt -= len - cno; 88 vp->m_final.cno = len - 1; 90 lcnt = cno + cnt - 1; 93 vp->m_final.cno = lcnt + 1 [all...] |
| v_paragraph.c | 76 size_t lastcno, cno, prevlen, len; local 100 if ((cno = vp->m_start.cno) == 0) 105 if (cno <= len) 164 vp->m_stop.cno = prevlen ? prevlen - 1 : 0; 168 vp->m_stop.cno = 0; 185 if (vp->m_start.lno == lastlno && vp->m_start.cno == lastcno) { 202 vp->m_stop.cno = lastcno; 243 if (vp->m_start.cno == 0) { 251 --vp->m_start.cno; [all...] |
| vs_relative.c | 107 size_t chlen, cno, curoff, last = 0, len, scno; local 203 for (cno = *cnop;; --cno) { 213 if (cno == 0) 239 if (cno == 0) 293 vs_colpos(SCR *sp, db_recno_t lno, size_t cno) 311 off = cno / sp->cols; 312 cno %= sp->cols; 381 * 1: scno == cno, i.e. the current character ends at the 386 * 2: scno != cno, i.e. this character overruns the characte [all...] |
| v_txt.c | 76 vp->m_final.cno = sp->cno; 84 sp->cno = 0; 113 sp->cno = vp->m_final.cno; 232 * Internally, we maintain tp->lno and tp->cno, externally, everyone uses 233 * sp->lno and sp->cno. Make them consistent as necessary. 237 (sp)->cno = (tp)->cno; \ 329 tp->cno = sp->cno 1689 size_t cno, len, new, old, scno, spaces, tab_after_sp, tabs; local 1905 size_t cno, current, spaces, target, tabs; local 2446 size_t chlen, cno, copydown, olen, nlen; local [all...] |
| /src/external/bsd/nvi/dist/ex/ |
| ex_txt.c | 392 size_t cno, off, scno, spaces, tabs; local 405 cno = scno--; 418 cno = 0; 421 for (; cno + COL_OFF(cno, ts) <= scno; ++tabs) 422 cno += COL_OFF(cno, ts); 424 spaces = scno - cno;
|
| tag.h | 83 size_t cno; /* Saved column number. */ member in struct:_tag
|
| ex_cscope.c | 452 size_t cno, search; local 495 cno = sp->cno; 570 rtqp->current->cno = sp->cno; 574 rtqp->current->cno = cno; 977 m.cno = 0; 998 sp->cno = 0; 999 (void)nonblank(sp, sp->lno, &sp->cno); [all...] |
| ex_tag.c | 471 sp->cno = tp->cno; 477 tp->frp->cno = tp->cno; 761 size_t cno; local 792 cno = sp->cno; 844 rtqp->current->cno = sp->cno; 848 rtqp->current->cno = cno [all...] |
| /src/tests/crypto/opencrypto/ |
| h_ioctl.c | 204 struct crypt_n_op *cno = &cnos[i]; local 206 memset(cno, 0, sizeof(*cno)); 207 cno->ses = cs.ses; 208 cno->op = COP_ENCRYPT; 209 cno->len = AES_PLAINTX_LEN; 210 cno->src = aes_plaintx; 211 cno->dst_len = AES_CIPHER_LEN; 212 cno->dst = cno_dst[i]; 289 struct crypt_n_op cno; local [all...] |
| /src/sys/fs/nilfs/ |
| nilfs_subr.c | 571 uint64_t seg_start, seg_end, cno; local 593 cno = nilfs_rw64(nilfsdev->super.s_last_cno); 619 super->s_last_cno = cno++;
|