Lines Matching defs:flen
318 int i, flen = 3; /* Prefix (TO_SBA). */
320 flen += line->len;
327 flen += 3; /* TO_SA to switch highlight. */
331 flen += 3; /* TO_SA to switch color. */
335 flen += 3; /* TO_SA to switch color. */
339 flen += 1; /* TO_GE to switch to graphics extensions */
342 flen += 3; /* TO_SA to reset hightlight. */
344 flen += 3; /* TO_SA to reset color. */
346 flen += 3; /* TO_SA to reset color. */
348 flen += 4; /* Postfix (TO_RA). */
350 return flen;
458 int flen;
462 flen = tty3270_required_length(tp, line);
463 if (flen > PAGE_SIZE)