Home | History | Annotate | Download | only in ldlinux

Lines Matching defs:messages

112 static const struct messages messages[MSG_COUNT] = {
209 m->messages[i] = refstr_get(parent->messages[i]);
232 m->messages[i] = refstrdup(messages[i].defmsg);
667 if ((q = looking_at(cmdstr, messages[i].name))) {
972 refstr_put(m->messages[msgnr]);
973 m->messages[msgnr] = refstrdup(skipspace(ep));