flg 218 src/simh/scp.c t_stat ssh_break (FILE *st, const char *cptr, int32 flg); flg 242 src/simh/scp.c t_stat show_all_mods (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flg, int32 *toks); flg 290 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr); flg 5416 src/simh/scp.c t_stat brk_cmd (int32 flg, CONST char *cptr) flg 5419 src/simh/scp.c return ssh_break (NULL, cptr, flg); /* call common code */ flg 5422 src/simh/scp.c t_stat ssh_break (FILE *st, const char *cptr, int32 flg) flg 5444 src/simh/scp.c if (flg != SSH_ST) /* only on SET */ flg 5450 src/simh/scp.c return ssh_break_one (st, flg, lo, 0, aptr); flg 5459 src/simh/scp.c if ((tptr == t1ptr) || (*t1ptr != ']') || (flg != SSH_ST)) flg 5467 src/simh/scp.c if (flg == SSH_CL) flg 5470 src/simh/scp.c if (flg == SSH_SH) flg 5477 src/simh/scp.c r = ssh_break_one (st, flg, lo, cnt, aptr); flg 5486 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr) flg 5490 src/simh/scp.c switch (flg) { flg 6883 src/simh/scp.c t_stat eval_cmd (int32 flg, CONST char *cptr) flg 1567 src/simh/sim_console.c t_stat sim_set_cons_buff (int32 flg, CONST char *cptr) flg 1577 src/simh/sim_console.c t_stat sim_set_cons_unbuff (int32 flg, CONST char *cptr) flg 1587 src/simh/sim_console.c t_stat sim_set_cons_log (int32 flg, CONST char *cptr) flg 1597 src/simh/sim_console.c t_stat sim_set_cons_nolog (int32 flg, CONST char *cptr) flg 85 src/simh/sim_console.h t_stat sim_set_cons_buff (int32 flg, CONST char *cptr); flg 86 src/simh/sim_console.h t_stat sim_set_cons_unbuff (int32 flg, CONST char *cptr); flg 87 src/simh/sim_console.h t_stat sim_set_cons_log (int32 flg, CONST char *cptr); flg 88 src/simh/sim_console.h t_stat sim_set_cons_nolog (int32 flg, CONST char *cptr); flg 90 src/simh/sim_console.h t_stat sim_set_cons_expect (int32 flg, CONST char *cptr); flg 91 src/simh/sim_console.h t_stat sim_set_cons_noexpect (int32 flg, CONST char *cptr);