Home
last modified time | relevance | path

Searched defs:ttychars (Results 1 – 4 of 4) sorted by relevance

/titanic_52/usr/src/ucbhead/sys/
H A Dttychars.h30 struct ttychars { struct
31 tc_erasettychars global() argument
32 tc_killttychars global() argument
33 tc_intrcttychars global() argument
34 tc_quitcttychars global() argument
35 tc_startcttychars global() argument
36 tc_stopcttychars global() argument
37 tc_eofcttychars global() argument
38 tc_brkcttychars global() argument
39 tc_suspcttychars global() argument
40 tc_dsuspcttychars global() argument
41 tc_rprntcttychars global() argument
42 tc_flushcttychars global() argument
43 tc_werascttychars global() argument
44 tc_lnextcttychars global() argument
/titanic_52/usr/src/lib/libbc/inc/include/sys/
H A Dttychars.h32 struct ttychars { struct
33 tc_erasettychars global() argument
34 tc_killttychars global() argument
35 tc_intrcttychars global() argument
36 tc_quitcttychars global() argument
37 tc_startcttychars global() argument
38 tc_stopcttychars global() argument
39 tc_eofcttychars global() argument
40 tc_brkcttychars global() argument
41 tc_suspcttychars global() argument
42 tc_dsuspcttychars global() argument
43 tc_rprntcttychars global() argument
44 tc_flushcttychars global() argument
45 tc_werascttychars global() argument
46 tc_lnextcttychars global() argument
/titanic_52/usr/src/uts/common/sys/
H A Dttychars.h47 struct ttychars { struct
48 tc_erasettychars global() argument
49 tc_killttychars global() argument
50 tc_intrcttychars global() argument
51 tc_quitcttychars global() argument
52 tc_startcttychars global() argument
53 tc_stopcttychars global() argument
54 tc_eofcttychars global() argument
55 tc_brkcttychars global() argument
56 tc_suspcttychars global() argument
57 tc_dsuspcttychars global() argument
58 tc_rprntcttychars global() argument
59 tc_flushcttychars global() argument
60 tc_werascttychars global() argument
61 tc_lnextcttychars global() argument
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c397 struct tchars ttychars; in tty_alt() local