Home
last modified time | relevance | path

Searched refs:M_CC (Results 1 – 3 of 3) sorted by last modified time

/dports/sysutils/heirloom/heirloom-070715/stty/
H A Dstty.c129 M_CC, /* in c_cc */ enumerator
144 { "kill", 0, VKILL, '@', 0, M_CC },
146 { "eof", 0, VEOF, '\4', 0, M_CC },
147 { "eol", 0, VEOL, '\0', 0, M_CC },
148 { "eol2", 0, VEOL2, '\0', 0, M_CC },
159 { "dsusp", 0, -1, '\0', 0, M_CC },
165 { "rprnt", 0, -1, '\0', 0, M_CC },
170 { "flush", 0, -1, '\0', 0, M_CC },
175 { "werase", 0, -1, '\0', 0, M_CC },
721 case M_CC: in list()
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dmutt.h202 M_CC, enumerator
H A Dpattern.c62 { 'c', M_CC, 0, eat_regexp },
1154 case M_CC: in mutt_pattern_exec()