Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 16 of 16) sorted by relevance

/csrg-svn/usr.bin/pascal/src/
H A Dhash.c20 struct ht { struct
21 int *ht_low; argument
22 int *ht_high; argument
23 int ht_used; argument
/csrg-svn/usr.sbin/config.new/
H A Dhash.c86 ht_init(ht, sz) in ht_init() argument
107 ht_expand(ht) in ht_expand() argument
181 register struct hashtab *ht; local
205 register struct hashtab *ht; in ht_new() local
216 ht_insrep(ht, nam, val, replace) in ht_insrep() argument
240 ht_lookup(ht, nam) in ht_lookup() argument
H A Dmain.c273 do_option(ht, nppp, name, value, type) in do_option() argument
H A Dconfig.h215 #define ht_insert(ht, nam, val) ht_insrep(ht, nam, val, 0) argument
216 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1) argument
/csrg-svn/sys/vax/mdec/
H A Dhttoggle.s31 ht: .long 0 label
/csrg-svn/sys/deprecated/bbnnet/
H A Dhmp_traps.c124 struct hmp_trap ht; local
/csrg-svn/sys/netiso/
H A Desis.c479 u_short ht; /* holding time */ variable
563 u_short ht, newct; /* holding time */ variable
630 u_short ht; /* holding time */ variable
773 short ht; variable
H A Diso_snpac.c357 u_short ht; /* holding time (in seconds) */ variable
/csrg-svn/old/pcc/mip/
H A Dscan.c1228 struct ht { struct
1229 char **ht_low; argument
1230 char **ht_high; argument
1231 int ht_used; argument
/csrg-svn/old/pcc/lint/lpass2/
H A Dlpass2.c732 struct ht { struct
733 char **ht_low; argument
734 char **ht_high; argument
735 int ht_used; argument
/csrg-svn/local/ditroff/ditroff.old.okeeffe/pic/
H A Darcgen.c18 float dx2, dy2, ht, phi, r, d; in arcgen() local
H A Dpltroff.c684 float dx, dy, phi, d, ht, ang; in drawarc() local
/csrg-svn/local/ditroff/ditroff.okeeffe/pic/
H A Darcgen.c20 float dx2, dy2, ht, phi, r, d, ddval; in arcgen() local
/csrg-svn/usr.bin/f77/pass1.tahoe/
H A Doptim.c466 chainp ht; in frtempbuff() local
/csrg-svn/usr.bin/f77/pass1.vax/
H A Doptim.c474 chainp ht; in frtempbuff() local
/csrg-svn/contrib/groff-1.08/pic/
H A Dobject.cc41 void output::set_desired_width_height(double wid, double ht) in set_desired_width_height()