Home
last modified time | relevance | path

Searched refs:h_names (Results 1 – 25 of 25) sorted by relevance

/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Dnames.c151 dictwalk(&hp->h_names, clear, &flags); in headclear()
172 dictwalk(&hp->h_names, clear, &flags); in extract()
267 if (hp->h_names) { in detract()
274 dictwalk(&hp->h_names, stringize, &ws); in detract()
278 dictwalk(&hp->h_names, stringize, &ws); in detract()
370 wm.prev = hp->h_names; in usermap()
373 dictwalk(&hp->h_names, mapuser, &wm); in usermap()
374 hp->h_names = wm.next; in usermap()
376 if (!hp->h_names && in usermap()
382 dictsearch(&hp->h_names, (char*)np, INSERT|IGNORECASE|OBJECT); in usermap()
[all …]
H A Dsend.c488 dictwalk(&letter.hp->h_names, special, &letter); in sendmail()
499 dictwalk(&letter.hp->h_names, packargs, &args); in sendmail()
605 dictwalk(&hp->h_names, format, &fs); in fmt()
H A Dmailx.h462 Dt_t* h_names; /* Recipients */ member
H A Dcmd2.c591 dictwalk(&head.h_names, maplist, NiL); in map()
H A Dcmd3.c521 if (!head.h_names) in reply1()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Dnames.c151 dictwalk(&hp->h_names, clear, &flags); in headclear()
172 dictwalk(&hp->h_names, clear, &flags); in extract()
267 if (hp->h_names) { in detract()
274 dictwalk(&hp->h_names, stringize, &ws); in detract()
278 dictwalk(&hp->h_names, stringize, &ws); in detract()
370 wm.prev = hp->h_names; in usermap()
373 dictwalk(&hp->h_names, mapuser, &wm); in usermap()
374 hp->h_names = wm.next; in usermap()
376 if (!hp->h_names && in usermap()
382 dictsearch(&hp->h_names, (char*)np, INSERT|IGNORECASE|OBJECT); in usermap()
[all …]
H A Dsend.c488 dictwalk(&letter.hp->h_names, special, &letter); in sendmail()
499 dictwalk(&letter.hp->h_names, packargs, &args); in sendmail()
605 dictwalk(&hp->h_names, format, &fs); in fmt()
H A Dmailx.h462 Dt_t* h_names; /* Recipients */ member
H A Dcmd2.c591 dictwalk(&head.h_names, maplist, NiL); in map()
H A Dcmd3.c521 if (!head.h_names) in reply1()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Dnames.c151 dictwalk(&hp->h_names, clear, &flags); in headclear()
172 dictwalk(&hp->h_names, clear, &flags); in extract()
267 if (hp->h_names) { in detract()
274 dictwalk(&hp->h_names, stringize, &ws); in detract()
278 dictwalk(&hp->h_names, stringize, &ws); in detract()
370 wm.prev = hp->h_names; in usermap()
373 dictwalk(&hp->h_names, mapuser, &wm); in usermap()
374 hp->h_names = wm.next; in usermap()
376 if (!hp->h_names && in usermap()
382 dictsearch(&hp->h_names, (char*)np, INSERT|IGNORECASE|OBJECT); in usermap()
[all …]
H A Dsend.c488 dictwalk(&letter.hp->h_names, special, &letter); in sendmail()
499 dictwalk(&letter.hp->h_names, packargs, &args); in sendmail()
605 dictwalk(&hp->h_names, format, &fs); in fmt()
H A Dmailx.h462 Dt_t* h_names; /* Recipients */ member
H A Dcmd2.c591 dictwalk(&head.h_names, maplist, NiL); in map()
H A Dcmd3.c521 if (!head.h_names) in reply1()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dsoundsdyn.cpp337 static hashtable_t h_names = {512, NULL}; variable
344 int const i = hash_find(&h_names,szLabel); in G_ProcessDynamicSoundMapping()
359 hash_init(&h_names); in initsoundhashnames()
362 hash_add(&h_names, g_dynSoundList[i].str, i, 0); in initsoundhashnames()
367 hash_free(&h_names); in freesoundhashnames()
H A Dnamesdyn.cpp1300 static hashtable_t h_names = {512, NULL}; variable
1307 int const i = hash_find(&h_names,szLabel); in G_ProcessDynamicTileMapping()
1322 hash_init(&h_names); in inithashnames()
1325 hash_add(&h_names, g_dynTileList[i].str, i, 0); in inithashnames()
1330 hash_free(&h_names); in freehashnames()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dsoundsdyn.cpp330 static hashtable_t h_names = {512, NULL}; variable
339 i = hash_find(&h_names,szLabel); in G_ProcessDynamicSoundMapping()
355 hash_init(&h_names); in initsoundhashnames()
358 hash_add(&h_names, g_dynSoundList[i].str, i, 0); in initsoundhashnames()
363 hash_free(&h_names); in freesoundhashnames()
H A Dnamesdyn.cpp2950 static hashtable_t h_names = {512, NULL};
2959 i = hash_find(&h_names,szLabel);
2975 hash_init(&h_names);
2978 hash_add(&h_names, g_dynTileList[i].str, i, 0);
2983 hash_free(&h_names);
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Dhash.c64 const char *h_names[2]; /* the string */ member
65 #define h_name1 h_names[0]
66 #define h_name2 h_names[1]
/dports/www/mod_perl2/mod_perl-2.0.11/lib/ModPerl/
H A DCode.pm671 my @h_names = (@c_names, map { "modperl_$_" } @h_src_names,
674 sub h_files { [map { "$_.h" } @h_names, @g_h_names] }
678 my @h_names = @g_h_names;
680 for (\@c_names, \@h_names) {
684 [(map { "$_.c" } @c_names), (map { "$_.h" } @h_names)];
/dports/math/py-iminuit/iminuit-2.8.4/src/iminuit/
H A D_repr_text.py193 h_names = [("{:>%is}" % row_width).format(x) for x in names]
201 header = row_fmt([" " * first_row_width] + h_names)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/acls/
H A Dacls.py281 h_names = []
286 h_names.append(h_acl["name"])
327 for hname in h_names:
/dports/audio/snd/snd-21.2/
H A Dsnd-file.c2128 return(h_names); in short_builtin_headers()
2140 writable_headers[i] = h_names[i]; in short_writable_headers()
2147 writable_headers[i++] = h_names[H_OGG]; in short_writable_headers()
2152 writable_headers[i++] = h_names[H_FLAC]; in short_writable_headers()
2157 writable_headers[i++] = h_names[H_SPEEX]; in short_writable_headers()
2179 readable_headers[i] = h_names[i]; in short_readable_headers()
2187 readable_headers[i++] = h_names[H_OGG]; in short_readable_headers()
2195 readable_headers[i++] = h_names[H_FLAC]; in short_readable_headers()
2202 readable_headers[i++] = h_names[H_SPEEX]; in short_readable_headers()
2211 readable_headers[i++] = h_names[H_MPEG]; in short_readable_headers()
[all …]
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Daaip_0_2.c1793 char **h_names, **h_values, *hpt; in aaip_decode_attrs() local
1799 ret= aaip_get_decoded_attrs(handle, &h_num, &h_names, &h_lengths, &h_values, in aaip_decode_attrs()
1802 aaip_get_decoded_attrs(handle, &h_num, &h_names, &h_lengths, &h_values, in aaip_decode_attrs()