Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c110 int maxlen, tmpcol; in wrap() local
155 tmpcol = 0; in wrap()
158 tmpcol += wcwidth(*pw); in wrap()
159 if (tmpcol > maxlen) in wrap()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c2133 register int tmpcol; in restore_v() local
2143 tmpcol = vp->u_column; in restore_v()
2146 cur_virt = tmpcol; in restore_v()