Searched refs:term_se (Results 1 – 1 of 1) sorted by relevance
1122 static const char *term_so, *term_se; in highlight() local1128 term_se = term_so = NULL; in highlight()1134 term_se = tgetstr("se", &b); in highlight()1152 if (term_so != NULL && term_se != NULL) { in highlight()1165 memcpy(dst, term_se, strlen(term_se)); in highlight()1166 *extralen = strlen(term_so) + strlen(term_se); in highlight()