Searched refs:T_ALLOCATE (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/3d/ |
H A D | map.c | 409 if (map = search(&state.vmount, arg, arglen, (char*)mp, argsize ? T_MOUNT : (T_MOUNT|T_ALLOCATE))) 569 search(tab, from, fromsize, to, tosize|T_ALLOCATE); 600 search(tab, buf, fromsize, to, T_ALLOCATE);
|
H A D | 3d.h | 293 #define T_ALLOCATE (1<<15) macro 295 #define T_DELETE (T_ALLOCATE|T_PREFIX)
|
H A D | lib.c | 335 * key is malloc'd on insertion if (valsize|T_ALLOCATE) 410 if (mid->valsize & T_ALLOCATE) 446 if (valsize & T_ALLOCATE) lo->key = strcpy(newof(0, char, keysize, 1), key);
|
H A D | fs.c | 641 else if (state.vmount.table[n].valsize & T_ALLOCATE)
|
Completed in 42 milliseconds