Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/tip/
H A Dunidialer.c55 mpt_notype, mpt_string, mpt_number, mpt_boolean enumerator
114 { mpt_string, "dial_command", { &dial_command }, { "ATDT%s\r" } },
115 { mpt_string, "hangup_command", { &hangup_command }, { "ATH\r", } },
116 { mpt_string, "echo_off_command", { &echo_off_command }, { "ATE0\r" } },
117 { mpt_string, "reset_command", { &reset_command }, { "ATZ\r" } },
118 { mpt_string, "init_string", { &init_string }, { "AT{ &F\r", } },
119 { mpt_string, "escape_sequence", { &escape_sequence }, { "+++" } },
195 case mpt_string: in getmodemparms()