Home
last modified time | relevance | path

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

/dflybsd-src/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()