Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Deditor.c2128 MLE_LOG_ERR("Could not init kmap by str: %s\n", optarg); in _editor_init_from_args()
2135MLE_LOG_ERR("Could not add key binding to kmap %p by str: %s\n", (void*)cur_kmap, optarg); in _editor_init_from_args()
2146 MLE_LOG_ERR("Could not add macro by str: %s\n", optarg); in _editor_init_from_args()
2153 MLE_LOG_ERR("Could not set macro key to: %s\n", optarg); in _editor_init_from_args()
2171 MLE_LOG_ERR("Could not init syntax by str: %s\n", optarg); in _editor_init_from_args()
2178MLE_LOG_ERR("Could not add style rule to syntax %p by str: %s\n", (void*)cur_syntax, optarg); in _editor_init_from_args()
2196 MLE_LOG_ERR("Failed to run uscript: %s\n", optarg); in _editor_init_from_args()
H A Dmle.h603 #define MLE_LOG_ERR(fmt, ...) do { \ macro