ListObjectFind

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

ListObjectFind()  

SYNOPSIS

prsr_lib/allocate.c:525

int ListObjectFind(IPObjectStruct *PObjList, IPObjectStruct *PObj)
 

DESCRIPTION

Returns TRUE if PObj is an object in list PObjList or in a sublist of PObjList, recursively.  

PARAMETERS:

PObjList: To search for PObj in.

PObj: The element to search in PObjList.  

FUNCTION RETURN VALUE

int: TRUE if PObj was found in PObjList, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:26:41 GMT, July 20, 2024