opt                93 src/dps8/libtelnet.c #define NEGOTIATE_EVENT(telnet,cmd,opt) \
opt                95 src/dps8/libtelnet.c         ev.neg.telopt = (opt);          \
opt               416 src/dps8/libtelnet.h                              unsigned char opt);
opt              6840 src/simh/scp.c int32 opt;
opt              6847 src/simh/scp.c opt = CMD_OPT_SW|CMD_OPT_SCH|CMD_OPT_DFT;               /* options for all */
opt              6849 src/simh/scp.c     opt = opt | CMD_OPT_OF;
opt              6850 src/simh/scp.c cptr = get_sim_opt (opt, cptr, &reason);                /* get cmd options */
opt              8270 src/simh/scp.c CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st)
opt              8350 src/simh/scp.c     if ((opt & CMD_OPT_OF) && (*cptr == '@')) {         /* output file spec? */
opt              8373 src/simh/scp.c     else if ((opt & CMD_OPT_SCH) &&                     /* if allowed, */
opt              8379 src/simh/scp.c     else if ((opt & CMD_OPT_DFT) &&                     /* default allowed? */
opt               144 src/simh/scp.h CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st);