Searched refs:NextMacroId (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmacro.c81 int NextMacroId = 1; /* codes for long named macros */ variable
84 int NextMacroId = 0240; /* codes for long named macros */ variable
682 if (NextMacroId > MAXMACROID)
690 MacroName[NextMacroId] = s->s_name;
691 s->s_macro = mid = NextMacroId;
692 NextMacroId = NEXTMACROID(NextMacroId);
H A Dmain.c3600 extern int NextMacroId;
3613 sm_syslog(LOG_DEBUG, CurEnv->e_id, "NextMacroId = %d (Max %d)",
3614 NextMacroId, MAXMACROID);

Completed in 29 milliseconds