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

/xsrc/external/mit/iceauth/dist/
H A Dprocess.c1093 #define WIDEST_COLUMN 72 macro
1094 unsigned int col = WIDEST_COLUMN;
1098 if ((col + ct->maxlen) > WIDEST_COLUMN) {
/xsrc/external/mit/xauth/dist/
H A Dprocess.c1445 #define WIDEST_COLUMN 72 macro
1446 int col = WIDEST_COLUMN;
1450 if ((col + ct->maxlen) > WIDEST_COLUMN) {

Completed in 5 milliseconds