.\" $Id: viewlosig.3,v 1.1 2002/03/08 13:51:04 fred Exp $ .\" @(#)viewlosig.2 2.11 91/08/22 ; Labo masi cao-vlsi; Author : Frederic Petrot .if t \{\ .XS \n% .ti 0.2i viewlosig .XE .XS2 \n% .ti 0.2i viewlosig .XE2 \} .TH VIEWLOSIG 3 "October 1, 1997" "ASIM/LIP6" "MBK LOGICAL FUNCTIONS" .SH NAME viewlosig \- display elements of a \fBlosig_list\fP .so jessie/alliance/alc_origin.1.en.gz .SH SYNOPSYS .nf .if n \{\ .ft B \} .if t \{\ .ft CR \} #include "mlo.h" void viewlosig(ptsig) losig_list \(**ptsig; .ft R .fi .SH PARAMETER .TP 20 \fIptsig\fP Pointer to the \fBlosig\fP to be scaned .SH DESCRIPTION \fBviewlosig\fP scans all the primary elements of the \fBlosig_list\fP loaded in ram, and displays a textual output of the data strcuture contents. .br Its use is mostly for debugging purposes, and educational ones, since the output is quite verbose, even if very easy to understand. .SH EXAMPLE .ta 3n 6n 9n 12n 15n 18n 21n .nf .if n \{\ .ft B \} .if t \{\ .ft CR \} #include #include "mlo.h" void view_sig(ptfig) lofig_list \(**ptfig; { losig_list \(**sig; for (sig = ptfig\->LOSIG; sig; sig = sig\->NEXT) viewlosig(sig); } .ft R .fi .SH SEE ALSO .BR mbk (1), .BR losig (3), .BR viewlo (3), .BR viewlofig (3), .BR viewlotrs (3), .BR viewlosig (3), .BR viewloinscon (3), .BR viewlofigcon (3). .so jessie/alliance/alc_bug_report.1.en.gz