Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tinfo/
H A Dread_termcap.c787 static char *the_source; in _nc_tgetent() local
905 FreeIfNeeded(the_source); in _nc_tgetent()
906 the_source = 0; in _nc_tgetent()
922 if ((the_source = strdup(temp)) != 0) in _nc_tgetent()
923 *sourcename = the_source; in _nc_tgetent()
925 if ((the_source = strdup(pathvec[i])) != 0) in _nc_tgetent()
926 *sourcename = the_source; in _nc_tgetent()