Searched refs:tic_format (Results 1 – 1 of 1) sorted by relevance
63 _nc_tic_expand(const char *srcp, bool tic_format, int numbers) in _nc_tic_expand() argument93 tic_format ? "ti" : "tc", in _nc_tic_expand()162 } else if (ch == '\\' && tic_format && (str == srcp || str[-1] != '^')) { in _nc_tic_expand()165 } else if (ch == ' ' && tic_format && (str == srcp || in _nc_tic_expand()169 } else if ((ch == ',' || ch == '^') && tic_format) { in _nc_tic_expand()174 && !(ch == ':' && !tic_format) in _nc_tic_expand()175 && !(ch == '!' && !tic_format) in _nc_tic_expand()195 ((tic_format && (ch == 127)) || ch < 32)) { in _nc_tic_expand()215 if (octals != 0 && (!tic_format || (bufp - (4 * octals)) < MIN_TC_FIXUPS)) { in _nc_tic_expand()