opt                89 src/dps8/libtelnet.c #define NEGOTIATE_EVENT(telnet,cmd,opt) \
opt                91 src/dps8/libtelnet.c         ev.neg.telopt = (opt);          \
opt               416 src/dps8/libtelnet.h                              unsigned char opt);
opt              6744 src/simh/scp.c int32 opt;
opt              6751 src/simh/scp.c opt = CMD_OPT_SW|CMD_OPT_SCH|CMD_OPT_DFT;               /* options for all */
opt              6753 src/simh/scp.c     opt = opt | CMD_OPT_OF;
opt              6754 src/simh/scp.c cptr = get_sim_opt (opt, cptr, &reason);                /* get cmd options */
opt              8174 src/simh/scp.c CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st)
opt              8254 src/simh/scp.c     if ((opt & CMD_OPT_OF) && (*cptr == '@')) {         /* output file spec? */
opt              8277 src/simh/scp.c     else if ((opt & CMD_OPT_SCH) &&                     /* if allowed, */
opt              8283 src/simh/scp.c     else if ((opt & CMD_OPT_DFT) &&                     /* default allowed? */
opt               142 src/simh/scp.h CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st);