Home
last modified time | relevance | path

Searched refs:hlist (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dmakedepend.SH143 $MAKE hlist || ($echo "Searching for .h files..."; \
144 $echo *.h | $tr ' ' $trnl | $egrep -v '\*' >.hlist)
146 $egrep '^#include ' `cat .clist` `cat .hlist` >.deptmp
154 <.hlist $sed -n 's|\(.*/\)\(.*\)|s= \2= \1\2=|p' >.hsed
167 $rm -rf .deptmp UU .clist .hlist .hsed .cout .cerr
H A DMakefile.SH1731 .PHONY: clist hlist
1736 hlist: $(h)
1737 echo $(h) | tr ' ' $(TRNL) >.hlist
/openbsd/gnu/lib/libreadline/
H A Disearch.c166 HIST_ENTRY **hlist; local
195 hlist = history_list ();
204 if (hlist)
205 for (i = 0; hlist[i]; i++);
211 lines[i] = hlist[i]->line;
/openbsd/gnu/usr.bin/perl/utils/
H A Dlibnetcfg.PL135 my $hlist = shift;
140 foreach $host (@$hlist)
150 @$hlist = @h;
/openbsd/lib/libpcap/
H A Dnametoaddr.c67 static bpf_u_int32 *hlist[2]; in pcap_nametoaddr() local
74 hlist[0] = (bpf_u_int32 *)hp->h_addr; in pcap_nametoaddr()
76 return hlist; in pcap_nametoaddr()
/openbsd/gnu/usr.bin/perl/Cross/
H A DMakefile-cross-SH1215 .PHONY: clist hlist shlist
1220 hlist: $(h)
1221 echo $(h) | tr ' ' $(TRNL) >.hlist
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dcmd_parser.c461 struct hlist_node hlist; member
670 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()