NetBSD/usr.bin/make/lst.lib
dsl 8a143811b9 Use NULL instead of -1 cast to the relavant type (usually via NIL).
This was a suggestion from christos - so blame him if there is a deep
reason for using -1 :-)
2008-12-13 15:19:29 +00:00
..
lstAppend.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstAtEnd.c Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore() 2006-10-25 20:17:40 +00:00
lstAtFront.c Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore() 2006-10-25 20:17:40 +00:00
lstClose.c Rename 'struct Lst' to 'struct List' and 'struct LstNode' to 'struct 'ListNode' 2006-10-27 21:37:25 +00:00
lstConcat.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstDatum.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstDeQueue.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstDestroy.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstDupl.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstEnQueue.c Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore() 2006-10-25 20:17:40 +00:00
lstFind.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstFindFrom.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstFirst.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstForEach.c Return the non-zero value that caused the Lst_ForEach[From] call to 2006-11-11 21:23:36 +00:00
lstForEachFrom.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstInit.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstInsert.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstInt.h Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstIsAtEnd.c back all changes out until I fix it properly. 2008-02-15 21:29:50 +00:00
lstIsEmpty.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstLast.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstMember.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstNext.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstOpen.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstPrev.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstRemove.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstReplace.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lstSucc.c Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
Makefile Return the non-zero value that caused the Lst_ForEach[From] call to 2006-11-11 21:23:36 +00:00