Lines Matching refs:onerror
86 const char *onerror = NULL; //"onerror" command line variable
218 m->onerror = refstr_get(parent->onerror); in new_menu()
952 refstr_put(m->onerror); in parse_config_file()
953 m->onerror = refstrdup(skipspace(p + 7)); in parse_config_file()
954 onerrorlen = strlen(m->onerror); in parse_config_file()
955 refstr_put(onerror); in parse_config_file()
956 onerror = refstrdup(m->onerror); in parse_config_file()
1298 refstr_put(m->onerror); in parse_config_file()
1299 m->onerror = refstrdup(skipspace(p + 7)); in parse_config_file()
1300 onerrorlen = strlen(m->onerror); in parse_config_file()
1301 refstr_put(onerror); in parse_config_file()
1302 onerror = refstrdup(m->onerror); in parse_config_file()
1568 if (m->onerror) in parse_configs()
1569 m->onerror = unlabel(m->onerror); in parse_configs()