IDENT
for (sp = yylval.cp, dp = ident; dp < ident+IDENT && (c = *sp++) == CHAR; )
memset(dp, 0, (ident+IDENT) - dp + 1);
EXTERN char ident [IDENT+1];
static IDENT *
IDENT *ip;
static IDENT punt;
static IDENT *get_ident(uint32_t, uint32_t, const char *, char);
IDENT *ip, *nextip;
checkdam(PLAYER *ouch, PLAYER *gotcha, IDENT *credit, int amt,
IDENT *ip;
int size, PLAYER *owner, IDENT *score, int expl, char over)
IDENT *Scores; /* score cache */
IDENT *b_score;
extern IDENT *Scores;
void checkdam(PLAYER *, PLAYER *, IDENT *, int, char);
IDENT *, int, char);
IDENT *i_next;
IDENT *p_ident;
%token IDENT IOCONF
IDENT stringvalue { setident($2); }
no IDENT { setident(NULL); }