opt 102 src/dps8/libtelnet.c #define NEGOTIATE_EVENT(telnet,cmd,opt) \ opt 104 src/dps8/libtelnet.c ev.neg.telopt = (opt); \ opt 415 src/dps8/libtelnet.h unsigned char opt); opt 6073 src/simh/scp.c int32 opt; opt 6080 src/simh/scp.c opt = CMD_OPT_SW|CMD_OPT_SCH|CMD_OPT_DFT; /* options for all */ opt 6082 src/simh/scp.c opt = opt | CMD_OPT_OF; opt 6083 src/simh/scp.c cptr = get_sim_opt (opt, cptr, &reason); /* get cmd options */ opt 7500 src/simh/scp.c CONST char *get_sim_opt (int32 opt, CONST char *cptr, t_stat *st) opt 7580 src/simh/scp.c if ((opt & CMD_OPT_OF) && (*cptr == '@')) { /* output file spec? */ opt 7603 src/simh/scp.c else if ((opt & CMD_OPT_SCH) && /* if allowed, */ opt 7609 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);