flg 289 src/simh/scp.c t_stat ssh_break (FILE *st, const char *cptr, int32 flg); flg 313 src/simh/scp.c t_stat show_all_mods (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flg, int32 *toks); flg 361 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr); flg 5749 src/simh/scp.c t_stat brk_cmd (int32 flg, CONST char *cptr) flg 5752 src/simh/scp.c return ssh_break (NULL, cptr, flg); /* call common code */ flg 5755 src/simh/scp.c t_stat ssh_break (FILE *st, const char *cptr, int32 flg) flg 5777 src/simh/scp.c if (flg != SSH_ST) /* only on SET */ flg 5783 src/simh/scp.c return ssh_break_one (st, flg, lo, 0, aptr); flg 5792 src/simh/scp.c if ((tptr == t1ptr) || (*t1ptr != ']') || (flg != SSH_ST)) flg 5800 src/simh/scp.c if (flg == SSH_CL) flg 5803 src/simh/scp.c if (flg == SSH_SH) flg 5810 src/simh/scp.c r = ssh_break_one (st, flg, lo, cnt, aptr); flg 5819 src/simh/scp.c t_stat ssh_break_one (FILE *st, int32 flg, t_addr lo, int32 cnt, CONST char *aptr) flg 5823 src/simh/scp.c switch (flg) { flg 7219 src/simh/scp.c t_stat eval_cmd (int32 flg, CONST char *cptr) flg 1570 src/simh/sim_console.c t_stat sim_set_cons_buff (int32 flg, CONST char *cptr) flg 1580 src/simh/sim_console.c t_stat sim_set_cons_unbuff (int32 flg, CONST char *cptr) flg 1590 src/simh/sim_console.c t_stat sim_set_cons_log (int32 flg, CONST char *cptr) flg 1600 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);