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

/freebsd-11-stable/contrib/binutils/gas/
H A Ddepend.c42 #define MAX_COLUMNS 72 macro
153 && (MAX_COLUMNS
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c138 #define MAX_COLUMNS BUFSIZ /* this _has_ to be worst-case */ macro
159 if (list == 0 && (list = typeCalloc(char *, (MAX_COLUMNS + 1))) == 0)
215 || (column >= MAX_COLUMNS)

Completed in 107 milliseconds