Home
last modified time | relevance | path

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

/openbsd/src/distrib/special/more/
Dtermcap.c34 #define PVECSIZ 32 /* max number of names in path */ macro
70 char *pathvec[PVECSIZ]; /* to point to names in pathbuf */ in tgetent()
115 if (fname >= pathvec + PVECSIZ) { in tgetent()
/openbsd/src/lib/libcurses/tinfo/
Dread_termcap.c712 #define PVECSIZ 32 /* max number of names in path */ macro
796 CGETENT_CONST char *pathvec[PVECSIZ]; /* point to names in pathbuf */ in _nc_tgetent()
849 if (fname >= pathvec + PVECSIZ) { in _nc_tgetent()