Searched refs:CTXLEN (Results 1 – 1 of 1) sorted by relevance
29 static const int CTXLEN = 15; in quoteat() local34 if (at > CTXLEN) in quoteat()36 s += at - CTXLEN; in quoteat()37 len -= at - CTXLEN; in quoteat()40 if (at >= 0 && len > 2 * CTXLEN + 1) in quoteat()42 len = 2 * CTXLEN + 1; in quoteat()