OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thtab
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint2/
read.c
79
typedef struct
thtab
{
struct
82
struct
thtab
*th_next;
84
static thtab_t *
thtab
[1009]; /* hash table */
variable in typeref:typename:thtab_t * [1009]
933
for (thte =
thtab
[h]; thte != NULL; thte = thte->th_next) {
973
thte->th_next =
thtab
[h];
974
thtab
[h] = thte;
992
return v % (sizeof(
thtab
) / sizeof(
thtab
[0]));
read.c
79
typedef struct
thtab
{
struct
82
struct
thtab
*th_next;
84
static thtab_t *
thtab
[1009]; /* hash table */
variable in typeref:typename:thtab_t * [1009]
933
for (thte =
thtab
[h]; thte != NULL; thte = thte->th_next) {
973
thte->th_next =
thtab
[h];
974
thtab
[h] = thte;
992
return v % (sizeof(
thtab
) / sizeof(
thtab
[0]));
read.c
79
typedef struct
thtab
{
struct
82
struct
thtab
*th_next;
84
static thtab_t *
thtab
[1009]; /* hash table */
variable in typeref:typename:thtab_t * [1009]
933
for (thte =
thtab
[h]; thte != NULL; thte = thte->th_next) {
973
thte->th_next =
thtab
[h];
974
thtab
[h] = thte;
992
return v % (sizeof(
thtab
) / sizeof(
thtab
[0]));
Completed in 155 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025