From decd8312b033235cb64db2fcd3ffa4829bd21af7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 15 Jun 2024 17:06:56 -0400 Subject: vxrefbas: WIP. --- vxrefbas.1 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'vxrefbas.1') diff --git a/vxrefbas.1 b/vxrefbas.1 index e139d59..fcee203 100644 --- a/vxrefbas.1 +++ b/vxrefbas.1 @@ -43,7 +43,10 @@ String variable names end with \fI$\fP\&. Arrays end with \fI(\fP\&. Numeric (scalar) variable names don\(aqt have a special character. .sp After the list of lines, the reference count is shown in parentheses. -Variables that aren\(aqt used by the program are listed as \fI(no references)\fP\&. +Multiple references on the same line of code are not counted +separately, so this is a count of \fIlines\fP that reference the variable. +Variables that aren\(aqt used by the program are listed as \fI(no +references)\fP\&. .sp Each line number may be followed by an \fI=\fP and one or more markers, which show the type of variable access. @@ -71,7 +74,17 @@ Variable was \fIREAD\fP on this line. .TP .B \fBG\fP Variable was read with \fIGET\fP on this line. +.TP +.B \fBO\fP +Variable was set by \fINOTE\fP on this line. Sorry, this can\(aqt be \fIN\fP, it\(aqs +already used for \fINEXT\fP\&. +.TP +.B \fBL\fP +Variable was set by \fILOCATE\fP on this line. .UNINDENT +.sp +The last line of output shows the total number of variables and the +number of unreferenced variables. .SH OPTIONS .SS General Options .INDENT 0.0 -- cgit v1.2.3