Lines Matching refs:list

10 file_list = list ()
56 # When creating the master list, do not descend into these files for what
57 # they include. Simply put the file itself in the list. This is primarily
63 master_list = list ()
67 # create the master ordering list... this is the desired order of headers
73 # Don't put diagnostic*.h into the ordering list. It is special since
76 # list and determine its position appropriately.
111 # This function scans back thorugh the list of headers which included other
121 # from the header list to manually position in an appropriate place. They have
124 # Check the dup list for whete they may have been included from and return
149 # This function will take a list of headers from a source file and return
152 new_order = list ()
155 # Create the list of nested headers which included this file.
156 iclist = list ()
192 process_stack = list ()
201 # create a list which has just basenames in it
202 new_list = list ()
217 includes["options.h"] = ("tm.h", list ())
219 includes[name] = (owner, list ())
253 # Add the list of files in reverse order since it is processed as a stack later
262 # Now create the master ordering list
266 # handle warts in the duplicate list
280 print " Outputs a list of files which changed."
288 didnt_do = list ()
292 src_h = list ()
295 master_list = list ()
308 src = list ()
313 process_stack = list ()
314 # prime the stack with headers in the main ordering list so we get them in
336 src = list ()
341 # Now create the list of includes as seen by the source file.
349 new_src = list ()
350 header_added = list ()
351 new_order = list ()