Home
last modified time | relevance | path

Searched refs:tmpcol (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c112 int maxlen, tmpcol; in wrap() local
157 tmpcol = 0; in wrap()
160 tmpcol += wcwidth(*pw); in wrap()
161 if (tmpcol > maxlen) in wrap()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dvi.c2038 register int tmpcol; in restore_v() local
2048 tmpcol = vp->u_column; in restore_v()
2051 cur_virt = tmpcol; in restore_v()