Searched refs:NCURSES_PATHSEP (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c65 *last++ = NCURSES_PATHSEP;
327 if (my_blob[j] == NCURSES_PATHSEP)
336 if (my_blob[j] == NCURSES_PATHSEP) {
H A Dread_termcap.c838 if (*p == ' ' || *p == NCURSES_PATHSEP) {
841 if (*p != ' ' && *p != NCURSES_PATHSEP)
942 char *save = strchr(path, NCURSES_PATHSEP);
952 *save = NCURSES_PATHSEP;
1055 if (*cp == NCURSES_PATHSEP)
H A Dread_entry.c591 || strchr(name, NCURSES_PATHSEP) != 0) {
/freebsd-11-stable/lib/ncurses/ncurses/
H A Dncurses_cfg.h183 #define NCURSES_PATHSEP ':' macro

Completed in 129 milliseconds