Searched refs:_nc_tic_expand (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ncurses/include/
H A Dtic.h300 extern NCURSES_EXPORT(char *) _nc_tic_expand (const char *, bool, int);
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_expand.c55 _nc_tic_expand(const char *srcp, bool tic_format, int numbers) function
H A Dcomp_parse.c605 _nc_tic_expand(0, FALSE, 0);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c1171 char *value = _nc_tic_expand(list[k], TRUE, 0);
1205 char *value = _nc_tic_expand(list[j], TRUE, 0);
1210 char *value = _nc_tic_expand(list[j], TRUE, 0);
1217 char *value = _nc_tic_expand(list[j], TRUE, 0);
H A Ddump_entry.c797 char *srccap = _nc_tic_expand(capability, TRUE, numbers);
828 char *src = _nc_tic_expand(capability,
890 char *tmp = _nc_tic_expand(boxchars,
H A Dinfocmp.c294 #define TIC_EXPAND(result) _nc_tic_expand(result, outform==F_TERMINFO, numbers)

Completed in 142 milliseconds