help_where       9978 src/simh/scp.c     } help_where = { "", NULL, 0, 0 };
help_where       9983 src/simh/scp.c     help_where.error = #text;      \
help_where       9984 src/simh/scp.c     help_where.prox = here;        \
help_where       10061 src/simh/scp.c     help_where.block = hblock - astrings;
help_where       10062 src/simh/scp.c     help_where.line = 0;
help_where       10066 src/simh/scp.c         help_where.line++;
help_where       10516 src/simh/scp.c              (int)help_where.block, (int)help_where.line, help_where.error,
help_where       10517 src/simh/scp.c              help_where.prox ? "Near '" : "",
help_where       10518 src/simh/scp.c              help_where.prox ? 15 : 0, help_where.prox ? 15 : 0,
help_where       10519 src/simh/scp.c              help_where.prox ? help_where.prox : "",
help_where       10520 src/simh/scp.c                  help_where.prox ? "'" : "");