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 6619 src/simh/scp.c int32 opt; opt 6626 src/simh/scp.c opt = CMD_OPT_SW|CMD_OPT_SCH|CMD_OPT_DFT; /* options for all */ opt 6628 src/simh/scp.c opt = opt | CMD_OPT_OF; opt 6629 src/simh/scp.c cptr = get_sim_opt (opt, cptr, &reason); /* get cmd options */ opt 8049 src/simh/scp.c CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st) opt 8129 src/simh/scp.c if ((opt & CMD_OPT_OF) && (*cptr == '@')) { /* output file spec? */ opt 8152 src/simh/scp.c else if ((opt & CMD_OPT_SCH) && /* if allowed, */ opt 8158 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);