Home | History | Annotate | Download | only in csh

Lines Matching defs:ON

26  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
69 #define ON 1
107 * ringing the terminal bell on incomplete expansions.
112 setup_tty(int on)
118 if (on) {
121 on = TCSADRAIN;
124 on = TCSAFLUSH;
129 on = TCSADRAIN;
132 (void)tcsetattr(SHIN, on, &tchars);
477 * Perform a RECOGNIZE or LIST command on string "word".
515 /* Don't match . files on null prefix match */
577 * On first match, copy full entry (assume it'll be the only match)
578 * On subsequent matches, shorten extended_name to the first
644 setup_tty(ON);
680 /* print from str_end on */