Searched refs:tmsg (Results 1 – 2 of 2) sorted by relevance
276 char *tmsg; in cause_errthrow() local279 tmsg = elem->msg; in cause_errthrow()280 if (STRNCMP(tmsg, "Vim E", 5) == 0 in cause_errthrow()281 && VIM_ISDIGIT(tmsg[5]) in cause_errthrow()282 && VIM_ISDIGIT(tmsg[6]) in cause_errthrow()283 && VIM_ISDIGIT(tmsg[7]) in cause_errthrow()284 && tmsg[8] == ':' in cause_errthrow()285 && tmsg[9] == ' ') in cause_errthrow()286 (*msg_list)->throw_msg = &tmsg[4]; in cause_errthrow()288 (*msg_list)->throw_msg = tmsg; in cause_errthrow()
6059 tmsg 슪