OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atab
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/adventure/
vocab.c
154
h->
atab
= malloc(length(word));
155
if (h->
atab
== NULL)
157
for (s = word, t = h->
atab
; *s;)
167
for (s = word, t = h->
atab
; *t ^ '=';)
177
for (s = word, t = h->
atab
; *t ^ '=';)
210
for (l = 0, c = h->
atab
; l < 5; l++)
hdr.h
81
char *
atab
; /* pointer to actual string */
member in struct:hashtab
/src/bin/sh/
alias.c
58
struct alias *
atab
[ATABSIZE];
variable in typeref:struct:alias * []
152
app = &
atab
[i];
209
for (ap =
atab
[i]; ap != NULL; ap = ap->next)
242
for (app = &
atab
[i]; (ap = *app) != NULL;) {
321
return &
atab
[hashval % ATABSIZE];
/src/bin/pax/
tables.c
84
static ATDIR **
atab
= NULL; /* file tree directory time reset table */
variable in typeref:typename:ATDIR **
916
if (
atab
!= NULL)
918
if ((
atab
= (ATDIR **)calloc(A_TAB_SZ, sizeof(ATDIR *))) == NULL) {
940
if (
atab
== NULL)
947
if ((pt =
atab
[i]) == NULL)
971
if (
atab
== NULL)
982
if ((pt =
atab
[indx]) != NULL) {
1005
pt->fow =
atab
[indx];
1006
atab
[indx] = pt;
1034
if (
atab
== NULL
[
all
...]
Completed in 36 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025