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

/freebsd-current/contrib/ncurses/include/
H A Dtic.h339 extern NCURSES_EXPORT(int) _nc_tparm_analyze(TERMINAL *, const char *, char **, int *);
/freebsd-current/contrib/ncurses/progs/
H A Dtput.c327 analyzed = _nc_tparm_analyze(NULL, s, p_is_s, &popcount);
344 analyzed = _nc_tparm_analyze(NULL, s, p_is_s, &popcount);
H A Dtic.c2079 int analyzed = _nc_tparm_analyze(NULL, value, p_is_s, &popcount);
2267 nparam = _nc_tparm_analyze(NULL, value, p_is_s, &ignored);
3017 int analyzed = _nc_tparm_analyze(NULL, value, p_is_s, &popcount);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c467 _nc_tparm_analyze(TERMINAL *term, const char *string, char **p_is_s, int *popcount) function
637 result->num_parsed = _nc_tparm_analyze(term, string,

Completed in 70 milliseconds