Home
last modified time | relevance | path

Searched defs:List_Links (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/usr.bin/make/
H A Dlist.h79 typedef struct List_Links { struct
80 struct List_Links *prevPtr; argument
81 struct List_Links *nextPtr; argument
82 } List_Links; typedef