Searched refs:doopt (Results 1 – 3 of 3) sorted by relevance
63 %type <opt> matchopt nattag type doopt doing save syslog nothing113 doopt { $$ = $1; }114 | doopt ',' doing { $1->o_next = $3; $$ = $1; }117 doopt:
141 extern char doopt[];
117 static uchar_t doopt[] = { (uchar_t)IAC, (uchar_t)DO, '%', 'c', 0 }; variable3658 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()