Searched refs:nv (Results 1 – 3 of 3) sorted by relevance
52 static const struct nv { struct119 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument125 for (i = 0; nv[i].pattern != NULL; i++) in cdf_app_to_mime()126 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()127 rv = nv[i].mime; in cdf_app_to_mime()
321 nv = [+-]? ([0-9]* "." [0-9]+|[0-9]+ "." [0-9]*);322 nvexp = (iv | nv) [eE] iv;762 "d:" (iv | nv | nvexp) ";" {
3158 for (i = 0; nv[i].pattern != NULL; i++)3159 if (strcasestr(vbuf, nv[i].pattern) != NULL) {3160 rv = nv[i].mime;
Completed in 21 milliseconds