Home
last modified time | relevance | path

Searched refs:CHAR2INT (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/nvi/cl/
H A Dcl_term.c100 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
102 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
104 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen); in cl_term_init()
121 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
123 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
145 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
147 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
154 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
156 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
158 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen); in cl_term_init()
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_init.c184 CHAR2INT(sp, p, strlen(p) + 1, wp, wlen); in ex_exrc()
188 CHAR2INT(sp, p, strlen(p) + 1, wp, wlen); in ex_exrc()
268 CHAR2INT(sp, name, strlen(name)+1, wp, wlen); in ex_run_file()
H A Dex_args.c61 CHAR2INT(sp, sp->cargv[1], strlen(sp->cargv[1]) + 1, in ex_next()
184 CHAR2INT(sp, sp->cargv[-1], strlen(sp->cargv[-1]) + 1, in ex_prev()
H A Dex_source.c83 if (CHAR2INT(sp, bp, (size_t)sb.st_size + 1, wp, wlen)) in ex_source()
H A Dex_argv.c336 CHAR2INT(sp, pw->pw_name, len + 1, uname, ulen); in argv_flt_user()
397 CHAR2INT(sp, t, tlen, wp, wlen); in argv_fexp()
412 CHAR2INT(sp, t, tlen, wp, wlen); in argv_fexp()
630 CHAR2INT(sp, dp->d_name, len + 1, wp, wlen); in argv_flt_path()
H A Dex_visual.c83 CHAR2INT(sp, buf, len, wp, wlen); in ex_visual()
H A Dex_cscope.c180 CHAR2INT(sp, p, strlen(p) + 1, wp, wlen); in start_cscopes()
770 CHAR2INT(sp, search, slen + 1, wp, wlen); in parse()
H A Dex_script.c356 CHAR2INT(sp, bp, last_len + len, wp, wlen); in sscr_exec()
H A Dex_subst.c1234 CHAR2INT(sp, CSCOPE_RE_SPACE, CSCOPE_LEN, wp, wlen); in re_cscope_conv()
H A Dex_tag.c1135 CHAR2INT(sp, search, slen + 1, wp, wlen); in ctag_sfile()
/freebsd/contrib/nvi/vi/
H A Dv_at.c103 CHAR2INT(sp, nbuf, len, wp, wlen); in v_at()
H A Dv_search.c250 CHAR2INT(sp, buf, tlen, w, wlen); in v_exaddr()
H A Dv_ex.c189 CHAR2INT(sp, name, strlen(name) + 1, wp, wlen); in v_switch()
H A Dvs_refresh.c803 CHAR2INT(sp, sp->frp->name, strlen(sp->frp->name) + 1, wp, l); in vs_modeline()
/freebsd/contrib/nvi/common/
H A Dkey.h45 #define CHAR2INT(sp,n,nlen,w,wlen) \ macro
H A Dmsg.c150 CHAR2INT(sp, gp->if_name, strlen(gp->if_name) + 1, wp, wlen); in msgq()
540 CHAR2INT(sp, sp->frp->name, len + 1, wp, wlen); in msgq_status()
H A Dmain.c317 CHAR2INT(sp, tag_f, strlen(tag_f) + 1, w, wlen); in editor()
H A Dexf.c561 CHAR2INT(sp, gp->c_option, strlen(gp->c_option) + 1, in file_cinit()
1068 CHAR2INT(sp, bname, strlen(bname), wp, wlen);
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c777 #define CHAR2INT(c) (((c) <= '9') ? ((c) - '0') : (toupper(c) - 'A' + 10)) macro
779 tlsa[pos] = CHAR2INT(p[i]) * 16 + CHAR2INT(p[i+1]);