Searched refs:SmDebugSettings (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libsm/
H A Ddebug.c228 SM_DEBUG_SETTING_T *SmDebugSettings = NULL; variable
297 s->ds_next = SmDebugSettings;
298 SmDebugSettings = s;
418 for (s = SmDebugSettings; s != NULL; s = s->ds_next)

Completed in 88 milliseconds