Searched defs:tail (Results 1 – 3 of 3) sorted by relevance
24 # define BOOST_PP_LIST_CONS(head, tail) (head, tail) argument40 # define BOOST_PP_LIST_FIRST_I(head, tail) head argument52 # define BOOST_PP_LIST_REST_I(head, tail) tail argument59 # define BOOST_PP_LIST_IS_CONS_(head, tail) 1 argument
200 struct dep *tail = read_makefiles; in read_all_makefiles() local245 struct dep *tail = read_makefiles; in read_all_makefiles() local
299 char *tail; /* string unmatched by rest of RE */ in dissect() local