Symbol: ttxgetstr
usr.bin/window/tt.h
138
struct tt_str *ttxgetstr(const char *); /* tgetstr() and expand delays */
usr.bin/window/ttgeneric.c
438
gen_CM = ttxgetstr("cm"); /* may not work */
usr.bin/window/ttgeneric.c
439
gen_IM = ttxgetstr("im");
usr.bin/window/ttgeneric.c
443
gen_EI = ttxgetstr("ei");
usr.bin/window/ttgeneric.c
452
gen_CL = ttxgetstr("cl");
usr.bin/window/ttgeneric.c
453
gen_VS = ttxgetstr("vs");
usr.bin/window/ttgeneric.c
454
gen_VE = ttxgetstr("ve");
usr.bin/window/ttgeneric.c
455
gen_TI = ttxgetstr("ti");
usr.bin/window/ttgeneric.c
456
gen_TE = ttxgetstr("te");
usr.bin/window/ttgeneric.c
457
gen_SO = ttxgetstr("so");
usr.bin/window/ttgeneric.c
458
gen_SE = ttxgetstr("se");
usr.bin/window/ttgeneric.c
459
gen_US = ttxgetstr("us");
usr.bin/window/ttgeneric.c
460
gen_UE = ttxgetstr("ue");
usr.bin/window/ttgeneric.c
461
gen_LE = ttxgetstr("le");
usr.bin/window/ttgeneric.c
462
gen_ND = ttxgetstr("nd");
usr.bin/window/ttgeneric.c
463
gen_UP = ttxgetstr("up");
usr.bin/window/ttgeneric.c
464
gen_DO = ttxgetstr("do");
usr.bin/window/ttgeneric.c
465
gen_BC = ttxgetstr("bc");
usr.bin/window/ttgeneric.c
466
gen_NL = ttxgetstr("nl");
usr.bin/window/ttgeneric.c
467
gen_CR = ttxgetstr("cr");
usr.bin/window/ttgeneric.c
468
gen_HO = ttxgetstr("ho");
usr.bin/window/ttgeneric.c
469
gen_AS = ttxgetstr("as");
usr.bin/window/ttgeneric.c
470
gen_AE = ttxgetstr("ae");
usr.bin/window/ttgeneric.c
471
gen_XS = ttxgetstr("XS");
usr.bin/window/ttgeneric.c
472
gen_XE = ttxgetstr("XE");
usr.bin/window/ttgeneric.c
473
gen_SF = ttxgetstr("sf");
usr.bin/window/ttgeneric.c
474
gen_SFn = ttxgetstr("SF");
usr.bin/window/ttgeneric.c
475
gen_SR = ttxgetstr("sr");
usr.bin/window/ttgeneric.c
476
gen_SRn = ttxgetstr("SR");
usr.bin/window/ttgeneric.c
477
gen_CS = ttxgetstr("cs");
usr.bin/window/tth19.c
274
gen_VS = ttxgetstr("vs");
usr.bin/window/tth19.c
275
gen_VE = ttxgetstr("ve");