Skip to content
Snippets Groups Projects
Commit 15906116 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Add generated hlp in gh_pages

parent 901f3ccd
No related branches found
No related tags found
No related merge requests found
Showing
with 4691 additions and 0 deletions
# LaTeX2HTML 0.5.3 (Wed Jan 26 1994)
# Associate image original text (scrambled) with physical files.
$key = q/{}$<${}/;
$cached_env_img{$key} ='<IMG ALIGN=BOTTOM ALT="" SRC="_7152_tex2html_wrap404.xbm">';
$key = q/{}$wedge${}/;
$cached_env_img{$key} ='<IMG ALIGN=BOTTOM ALT="" SRC="_7152_tex2html_wrap410.xbm">';
$key = q/{}$ast${}/;
$cached_env_img{$key} ='<IMG ALIGN=BOTTOM ALT="" SRC="_7152_tex2html_wrap420.xbm">';
1;
\ No newline at end of file
# LaTeX2HTML 0.5.3 (Wed Jan 26 1994)
# Associate symbolic labels with physical files.
$external_labels{"common.descr.newstar.ngen"} ="$URL/common_descr.html";
$external_labels{"common.descr.newstar"} ="$URL/common_descr.html";
$external_labels{"common.descr.dwarf"} ="$URL/common_descr.html";
$external_labels{"common.descr.DWARF-stream"} ="$URL/common_descr.html";
$external_labels{"common.descr.dwarf-ask"} ="$URL/common_descr.html";
$external_labels{"common.descr.dwarf-run"} ="$URL/common_descr.html";
$external_labels{"common.descr.NEWSTAR-other"} ="$URL/common_descr.html";
$external_labels{".contents"} ="$URL/common_descr.html";
1;
\ No newline at end of file
Trapping control-C in Newstar programs --------------------------------------
(contributed by JPH 941005, gleaned from wndpar_x.fun, wngex.for)
INCLUDE WXH_DEF ...
XHCC(0)=1 ! inhibit ...
XHCC(0)=0 ! clear
IF (XHCC(1) .NE.0) THEN ! was a control-C caught?
XHCC(1)=0
<action, typically CALL WNGEX>
ENDIF
This code has been used to create module WNGCC with entry points
WNGCCD disable control-C
WNGCCE enable control-C
LOGICAL WNGCCC check and reset 'control-c seen' status
and several other entry points to check, count and reset the number of
interrupts seen.
The implementation is in entry point WNGEX0 in wngex.for. This routine
is declared the handler for signal SIGINT by wngsxh.fsc. Its action is very
simple:
if xhcc(0) !=0
xhcc(1)+=1
else
fall through to WNGEX
endif
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
# LaTeX2HTML 0.5.3 (Wed Jan 26 1994)
# Associate image original text (scrambled) with physical files.
1;
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
# LaTeX2HTML 0.5.3 (Wed Jan 26 1994)
# Associate image original text (scrambled) with physical files.
1;
\ No newline at end of file
# LaTeX2HTML 0.5.3 (Wed Jan 26 1994)
# Associate symbolic labels with physical files.
$external_labels{".contents"} ="$URL/doc_release9511.html";
1;
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment