/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | auth2-pubkeyfile.c | 237 u_long linenum = 0, nonblank = 0; in auth_process_principals() local 258 nonblank++; in auth_process_principals() 263 debug2_f("%s: processed %lu/%lu lines", file, nonblank, linenum); in auth_process_principals() 423 u_long linenum = 0, nonblank = 0; in auth_check_authkeys_file() local 516 nonblank++; in auth_check_authkeys_file() 523 debug2_f("%s: processed %lu/%lu lines", file, nonblank, linenum); in auth_check_authkeys_file()
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_left.c | 110 if (nonblank(sp, vp->m_stop.lno, &vp->m_stop.cno)) in v_cfirst() 161 if (nonblank(sp, vp->m_stop.lno, &vp->m_stop.cno)) in v_first()
|
H A D | v_mark.c | 140 if (nonblank(sp, vp->m_stop.lno, &vp->m_stop.cno)) in mark() 241 if (nonblank(sp, vp->m_start.lno, &len)) in mark()
|
H A D | v_right.c | 107 if (nonblank(sp, vp->m_start.lno, &vp->m_stop.cno)) in v_dollar()
|
H A D | v_itxt.c | 135 if (nonblank(sp, vp->m_start.lno, &sp->cno)) in v_iI() 295 if (nonblank(sp, vp->m_start.lno, &vp->m_start.cno)) in v_change()
|
H A D | v_match.c | 161 if (nonblank(sp, mp->lno, &cno)) in v_match()
|
H A D | v_section.c | 96 if (nonblank(sp, vp->m_stop.lno, &vp->m_stop.cno)) in v_sectionf()
|
H A D | v_paragraph.c | 103 if (nonblank(sp, lno, &len)) in v_paragraphf()
|
H A D | v_search.c | 568 if (nonblank(sp, vp->m_start.lno, &len)) in v_correct()
|
H A D | vi.c | 350 if (nonblank(sp, vp->m_final.lno, &vp->m_final.cno)) in vi()
|
H A D | vs_smap.c | 570 rp->cno == 0 && nonblank(sp, rp->lno, &rp->cno)) in vs_sm_scroll()
|
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
H A D | vi.cmd.texi | 341 first nonblank character following the previous sentence, paragraph, or 429 Set to the first nonblank character of the line. 460 Set to the first nonblank character of the line. 501 Set to the first nonblank character of the current line. 606 @LI{count}lines to the first nonblank character of that line. 622 Set to the first nonblank character in the line. 695 Set to the first nonblank character in the line. 1028 nonblank character in the line, in which case it is line oriented. 1078 or before the first nonblank character on its line, and the ending 1079 point is at or after the last nonblank character on its line, in [all …]
|
H A D | spell.ok | 240 nonblank
|
H A D | set.opt.texi | 66 alphabetic, numeric and underscore characters, other nonblank 96 the first nonblank character of the line from which you created it. 105 to the right of the cursor are discarded, and the first nonblank character 146 commands change from the first nonblank of the line to the end of the 1181 blank characters and nonblank characters.
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_visual.c | 83 (void)nonblank(sp, sp->lno, &sp->cno); in ex_visual()
|
H A D | ex_bang.c | 179 (void)nonblank(sp, sp->lno, &sp->cno); in ex_bang()
|
H A D | ex_shift.c | 187 (void)nonblank(sp, to, &sp->cno); in shift()
|
H A D | ex_read.c | 195 (void)nonblank(sp, sp->lno, &sp->cno); in ex_read()
|
H A D | ex.c | 1317 (void)nonblank(sp, sp->lno, &sp->cno); in ex_cmd() 1326 (void)nonblank(sp, sp->lno, &sp->cno); in ex_cmd()
|
H A D | ex_cscope.c | 999 (void)nonblank(sp, sp->lno, &sp->cno); in cscope_search()
|
/netbsd-src/external/bsd/nvi/docs/internals/ |
H A D | openmode | 35 Move to the first nonblank of the current line and do nothing
|
/netbsd-src/external/bsd/nvi/dist/docs/vi.man/ |
H A D | spell.ok | 104 nonblank
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | util.c | 82 nonblank(SCR *sp, db_recno_t lno, size_t *cnop) in nonblank() function
|
H A D | put.c | 109 (void)nonblank(sp, rp->lno, &rp->cno); in put()
|
/netbsd-src/external/bsd/nvi/docs/ |
H A D | help | 79 I insert before first nonblank
|