OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntab
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/pax/
tables.c
82
static NAMT **
ntab
= NULL; /* interactive rename storage table */
variable in typeref:typename:NAMT **
499
if (
ntab
!= NULL)
501
if ((
ntab
= (NAMT **)calloc(N_TAB_SZ, sizeof(NAMT *))) == NULL) {
524
if (
ntab
== NULL) {
537
if ((pt =
ntab
[indx]) != NULL) {
567
pt->fow =
ntab
[indx];
568
ntab
[indx] = pt;
592
if (
ntab
== NULL)
598
if ((pt =
ntab
[indx]) == NULL)
Completed in 262 milliseconds
Indexes created Sat Nov 08 18:09:48 GMT 2025