Searched refs:the_source (Results 1 – 1 of 1) sorted by relevance
787 static char *the_source; in _nc_tgetent() local905 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()