Searched refs:term_so (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()1133 term_so = tgetstr("so", &b); in highlight()1152 if (term_so != NULL && term_se != NULL) { in highlight()1157 memcpy(dst, term_so, strlen(term_so)); in highlight()1158 dst += strlen(term_so); in highlight()1166 *extralen = strlen(term_so) + strlen(term_se); in highlight()