Searched refs:hlist (Results 1 – 7 of 7) sorted by relevance
143 $MAKE hlist || ($echo "Searching for .h files..."; \144 $echo *.h | $tr ' ' $trnl | $egrep -v '\*' >.hlist)146 $egrep '^#include ' `cat .clist` `cat .hlist` >.deptmp154 <.hlist $sed -n 's|\(.*/\)\(.*\)|s= \2= \1\2=|p' >.hsed167 $rm -rf .deptmp UU .clist .hlist .hsed .cout .cerr
1731 .PHONY: clist hlist1736 hlist: $(h)1737 echo $(h) | tr ' ' $(TRNL) >.hlist
166 HIST_ENTRY **hlist; local195 hlist = history_list ();204 if (hlist)205 for (i = 0; hlist[i]; i++);211 lines[i] = hlist[i]->line;
135 my $hlist = shift;140 foreach $host (@$hlist)150 @$hlist = @h;
67 static bpf_u_int32 *hlist[2]; in pcap_nametoaddr() local74 hlist[0] = (bpf_u_int32 *)hp->h_addr; in pcap_nametoaddr()76 return hlist; in pcap_nametoaddr()
1215 .PHONY: clist hlist shlist1220 hlist: $(h)1221 echo $(h) | tr ' ' $(TRNL) >.hlist
461 struct hlist_node hlist; member670 hash_for_each_possible(gvt->cmd_table, e, hlist, opcode) { in find_cmd_entry()2718 hash_add(gvt->cmd_table, &e->hlist, e->info->opcode); in add_cmd_entry()3226 INIT_HLIST_NODE(&e->hlist); in init_cmd_table()3242 hash_for_each_safe(gvt->cmd_table, i, tmp, e, hlist) in clean_cmd_table()