Searched refs:octdigit (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/vi/common/
H A Dkey.c228 static const CHAR_T octdigit[] = "01234567"; local
276 sp->cname[1] = octdigit[(ch & TOPMASK) >> SHIFT];
280 sp->cname[len++] = octdigit[(ch & mask) >> shift];

Completed in 116 milliseconds