Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c785 static char *the_source; in _nc_tgetent() local
903 FreeIfNeeded(the_source); in _nc_tgetent()
904 the_source = 0; in _nc_tgetent()
920 if ((the_source = strdup(temp)) != 0) in _nc_tgetent()
921 *sourcename = the_source; in _nc_tgetent()
923 if ((the_source = strdup(pathvec[i])) != 0) in _nc_tgetent()
924 *sourcename = the_source; in _nc_tgetent()