Home
last modified time | relevance | path

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

/openbsd/usr.bin/unexpand/
H A Dunexpand.c92 int ocol; in tabify() local
95 ocol = 0; in tabify()
114 while (((ocol + 8) &~ 07) <= dcol) { in tabify()
115 if (ocol + 1 == dcol) in tabify()
121 ocol += 8; in tabify()
122 ocol &= ~07; in tabify()
124 while (ocol < dcol) { in tabify()
129 ocol++; in tabify()
137 ocol++; in tabify()
/openbsd/sys/dev/fdt/
H A Dssdfb.c823 int orow, ocol, nrow, ncol; in ssdfb_do_cursor() local
826 ocol = ri->ri_ccol; in ssdfb_do_cursor()
832 ocol * ri->ri_font->fontwidth, in ssdfb_do_cursor()
833 (ocol + 1) * ri->ri_font->fontwidth, in ssdfb_do_cursor()