Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_expand.c61 _nc_tic_expand(const char *srcp, bool tic_format, int numbers) in _nc_tic_expand() argument
158 } else if (ch == '\\' && tic_format && (str == srcp || str[-1] != '^')) { in _nc_tic_expand()
161 } else if (ch == ' ' && tic_format && (str == srcp || in _nc_tic_expand()
165 } else if ((ch == ',' || ch == ':' || ch == '^') && tic_format) { in _nc_tic_expand()
171 && !(ch == '!' && !tic_format) in _nc_tic_expand()
191 ((tic_format && (ch == 127)) || ch < 32)) { in _nc_tic_expand()
211 if (octals != 0 && (!tic_format || (bufp - (4 * octals)) < MIN_TC_FIXUPS)) { in _nc_tic_expand()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltic87 NCURSES_BOOL tic_format,
H A Dllib-ltict87 NCURSES_BOOL tic_format,
H A Dllib-ltictw87 NCURSES_BOOL tic_format,
H A Dllib-lticw87 NCURSES_BOOL tic_format,
H A Dllib-lncurses4240 NCURSES_BOOL tic_format,
H A Dllib-lncursest4361 NCURSES_BOOL tic_format,
H A Dllib-lncursestw5350 NCURSES_BOOL tic_format,
H A Dllib-lncursesw5229 NCURSES_BOOL tic_format,