Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dkrb5routines.c492 struct textField { struct
501 static struct textField * mid_tb = NULL; argument
562 int tb_cnt, struct textField * tb) in MultiInputDialog()
756 multi_field_dialog(HWND hParent, char * preface, int n, struct textField tb[]) in multi_field_dialog()
800 struct textField * tb = NULL; in leash_krb5_prompter()
810 tb = (struct textField *) malloc(sizeof(struct textField) * num_prompts); in leash_krb5_prompter()
813 memset(tb,0,sizeof(struct textField) * num_prompts); in leash_krb5_prompter()