OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAMT
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
tables.h
91
typedef struct
namt
{
struct
94
struct
namt
*fow;
95
}
NAMT
;
tables.c
82
static
NAMT
**ntab = NULL; /* interactive rename storage table */
501
if ((ntab = (
NAMT
**)calloc(N_TAB_SZ, sizeof(
NAMT
*))) == NULL) {
521
NAMT
*pt;
564
if ((pt = (
NAMT
*)malloc(sizeof(
NAMT
))) != NULL) {
589
NAMT
*pt;
Completed in 15 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025