help_where       10800 src/simh/scp.c     } help_where = { "", NULL, 0, 0 };
help_where       10805 src/simh/scp.c     help_where.error = #text;      \
help_where       10806 src/simh/scp.c     help_where.prox = here;        \
help_where       10883 src/simh/scp.c     help_where.block = hblock - astrings;
help_where       10884 src/simh/scp.c     help_where.line = 0;
help_where       10888 src/simh/scp.c         help_where.line++;
help_where       11341 src/simh/scp.c                    (int)help_where.block, (int)help_where.line, help_where.error,
help_where       11342 src/simh/scp.c                    help_where.prox ? "Near '" : "",
help_where       11343 src/simh/scp.c                    help_where.prox ? 15 : 0, help_where.prox ? 15 : 0,
help_where       11344 src/simh/scp.c                    help_where.prox ? help_where.prox : "",
help_where       11345 src/simh/scp.c                    help_where.prox ? "'" : "");