Home
last modified time | relevance | path

Searched refs:MAX_COLUMNS (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/
H A Ddepend.c42 #define MAX_COLUMNS 72 macro
152 && (MAX_COLUMNS in wrap_output()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Ddepend.c42 #define MAX_COLUMNS 72 macro
152 && (MAX_COLUMNS in wrap_output()
/openbsd/lib/libcurses/tinfo/
H A Dmake_hash.c150 #define MAX_COLUMNS BUFSIZ /* this _has_ to be worst-case */ macro
179 list = typeCalloc(char *, (MAX_COLUMNS + 1)); in parse_columns()
272 || (column >= MAX_COLUMNS) in main()