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

/openbsd-current/lib/libcurses/
H A Dtic.h119 * written to use them. The MAX_ALIAS symbol is used for warnings.
122 #define MAX_ALIAS 32 /* smaller than POSIX minimum for PATH_MAX */ macro
124 #define MAX_ALIAS 14 /* SVr3 filename length */ macro
/openbsd-current/usr.bin/tic/
H A Ddump_entry.c1669 } else if (limit > MAX_ALIAS) {
1671 cap, limit, MAX_ALIAS);
1672 limit = MAX_ALIAS;
/openbsd-current/lib/libcurses/tinfo/
H A Dparse_entry.c357 if (ptr - base > MAX_ALIAS) {

Completed in 176 milliseconds