Home
last modified time | relevance | path

Searched full:colum (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/cmd/troff/
H A Dtdef.h251 #define cs(n) (((n) & CSMASK) >> 13) /* colum of print of character */
/titanic_52/usr/src/boot/sys/boot/common/linenoise/
H A Dlinenoise.c382 int col; /* colum position, zero-based. */ in refreshMultiLine()