Home
last modified time | relevance | path

Searched refs:M_OUTPUT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.c142 { "opost", OPOST, M_OUTPUT },
145 { "olcuc", OLCUC, M_OUTPUT },
148 { "onlcr", ONLCR, M_OUTPUT },
151 { "ocrnl", OCRNL, M_OUTPUT },
154 { "onocr", ONOCR, M_OUTPUT },
157 { "onoeot", ONOEOT, M_OUTPUT },
160 { "onlret", ONLRET, M_OUTPUT },
163 { "ofill", OFILL, M_OUTPUT },
166 { "ofdel", OFDEL, M_OUTPUT },
169 { "nldly", NLDLY, M_OUTPUT },
[all …]
H A Ded.init.c201 extty.d_t.c_oflag &= ~ttylist[EX_IO][M_OUTPUT].t_clrmask; in ed_Setup()
202 extty.d_t.c_oflag |= ttylist[EX_IO][M_OUTPUT].t_setmask; in ed_Setup()
325 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask; in ed_Init()
326 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask; in ed_Init()
453 extty.d_t.c_oflag &= ~ttylist[EX_IO][M_OUTPUT].t_clrmask; in Rawmode()
454 extty.d_t.c_oflag |= ttylist[EX_IO][M_OUTPUT].t_setmask; in Rawmode()
457 edtty.d_t.c_oflag &= ~ttylist[ED_IO][M_OUTPUT].t_clrmask; in Rawmode()
458 edtty.d_t.c_oflag |= ttylist[ED_IO][M_OUTPUT].t_setmask; in Rawmode()
665 qutty.d_t.c_oflag &= ~ttylist[QU_IO][M_OUTPUT].t_clrmask; in QuoteModeOn()
666 qutty.d_t.c_oflag |= ttylist[QU_IO][M_OUTPUT].t_setmask; in QuoteModeOn()
H A Ded.h211 # define M_OUTPUT 1 macro