Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/include/
Dtic.h103 #define MAX_ALIAS 32 /* smaller than POSIX minimum for PATH_MAX */ macro
105 #define MAX_ALIAS 14 /* SVr3 filename length */
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dparse_entry.c263 if (ptr - base > MAX_ALIAS) { in _nc_parse_entry()
/freebsd-10-stable/contrib/ncurses/
DNEWS2324 + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only