Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y63 %type <opt> matchopt nattag type doopt doing save syslog nothing
113 doopt { $$ = $1; }
114 | doopt ',' doing { $1->o_next = $3; $$ = $1; }
117 doopt:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h141 extern char doopt[];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c117 static uchar_t doopt[] = { (uchar_t)IAC, (uchar_t)DO, '%', 'c', 0 }; variable
3658 fmt = doopt; in willoption()
3695 fmt = doopt; in willoption()
3708 fmt = doopt; in willoption()
3721 fmt = doopt; in willoption()
3735 if (fmt == doopt) { in willoption()