Home
last modified time | relevance | path

Searched refs:checkfirst (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c526 #define checkfirst(id, stuff) IsDlgItem(hDialog, id) ? stuff : 0 in PasswordProc() macro
527 #define CGetDlgItemText(hDlg, id, cp, len) checkfirst(id, GetDlgItemText(hDlg, id, cp, len)) in PasswordProc()
528 #define CSetDlgItemText(hDlg, id, cp) checkfirst(id, SetDlgItemText(hDlg, id, cp)) in PasswordProc()
529 #define CSetDlgItemInt(hDlg, id, i, b) checkfirst(id, SetDlgItemInt(hDlg, id, i, b)) in PasswordProc()
530 #define CSendDlgItemMessage(hDlg, id, m, w, l) checkfirst(id, SendDlgItemMessage(hDlg, id, m, w, l)) in PasswordProc()