Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c710 #define PVECSIZ 32 /* max number of names in path */ macro
794 CGETENT_CONST char *pathvec[PVECSIZ]; /* point to names in pathbuf */ in _nc_tgetent()
847 if (fname >= pathvec + PVECSIZ) { in _nc_tgetent()