Lines Matching refs:desc
110 const char *ptr = fmtcheck(m->desc, def); in file_fmtcheck()
114 " with `%s'", file, line, m->desc, def); in file_fmtcheck()
118 #define F(a, b, c) fmtcheck((b)->desc, (c))
120 #define F(a, b, c) ((b)->desc)
235 if (*m->desc) { in match()
325 if (*m->desc) { in match()
342 && *m->desc) { in match()
353 if (*m->desc) in match()
387 if (strchr(m->desc, '%') == NULL) in check_fmt()
395 rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
661 if (file_printf(ms, "%s", m->desc) == -1) in mprint()
1719 if (file_printf(ms, "%s", m->desc) == -1) in mget()