Lines Matching defs:flen
1118 int flen, i;
1121 flen = 3; /* Prefix (TO_SBA). */
1123 flen += line->len;
1128 flen += 3; /* TO_SA to switch highlight. */
1132 flen += 3; /* TO_SA to switch color. */
1137 flen += 3; /* TO_SA to reset hightlight. */
1139 flen += 3; /* TO_SA to reset color. */
1141 flen += 4; /* Postfix (TO_RA). */
1151 if (s->len != flen) {
1153 n = tty3270_alloc_string(tp, flen);