Home
last modified time | relevance | path

Searched refs:COL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrtoip6.c40 #define COL 16 macro
76 lex[':'] = COL; in strtoip6()
96 case COL: in strtoip6()
129 case COL: in strtoip6()
148 if (c == COL) in strtoip6()
/illumos-gate/usr/src/cmd/eqn/
H A De.y36 %term MATRIX LCOL CCOL RCOL COL
80 col : COL { $$ = ct++; } ;
H A Dlookup.c89 "col", COL,
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl241 while {[sqlite_step $vm N VAL COL]=="SQLITE_ROW"} {
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2313 [[ -z $COL ]] && COL=$(look_for_prog col)
3186 -x $MANDOC && -x $COL ]]; then
3187 $MANDOC -Tascii $nfile | $COL -b > $nfile.man.txt
3196 $MANDOC -Tascii $ofile | $COL -b > $ofile.man.txt
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3553 (grub_putchar) [!STAGE1_5]: Use a static variable COL to track
3555 COL. If C is a backspace and COL is positive, decrease COL. If C
3556 is a printable character, increase COL. In this case, if
3557 AUTO_FILL is non-zero and COL is greater than or equal to 79,