Searched refs:ltgetflag (Results 1 – 1 of 1) sorted by relevance
775 static int ltgetflag(constant char *tiname, constant char *tcname) in ltgetflag() function1454 if (!hardcopy && ltgetflag("hc", "hc")) in get_term()1463 auto_wrap = ltgetflag("am", "am"); in get_term()1464 defer_wrap = ltgetflag("xenl", "xn"); in get_term()1465 above_mem = ltgetflag("da", "da"); in get_term()1466 below_mem = ltgetflag("db", "db"); in get_term()1467 clear_bg = ltgetflag("bce", "ut"); in get_term()1468 no_alt_screen = ltgetflag("nrrmc", "NR"); in get_term()1587 if (ltgetflag(NULL, "bs")) in get_term()