N_EXT
p->n_type = N_COMM | N_EXT;
p->n_type |= N_EXT;
return (N_UNDF | N_EXT);
return (N_UNDF | N_EXT);
np->nl.n_type = N_FN | N_EXT;
np->nl.n_type |= N_EXT;
#define IS_EXTERNAL(x) ((x) & N_EXT)
p->n_type = N_COMM | N_EXT;
p->n_type = N_EXT;
nbuf.n_type = N_COMM | N_EXT;
nbuf.n_type = N_EXT;