Home
last modified time | relevance | path

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

/dports/www/retawq/retawq-0.2.6c/
H A Dstuff.h1170 cfDontConfirmReset = 0x100, cfDontConfirmRepost = 0x200, enumerator
H A Dinit.c990 else if (is_word("form-reset")) config.flags |= cfDontConfirmReset; in handle_word()
H A Dmain.c5087 if (config.flags & cfDontConfirmReset) current_document_form_reset(); in generic_handle_command()