Lines Matching defs:qv
50 bool qv = (sqv ? *sqv : FALSE);
59 if (qv && isDIGIT(*d))
65 qv = TRUE;
212 qv = TRUE;
247 *sqv = qv;
267 s = scan_version(s, SV *sv, bool qv);
272 is an alpha version). The boolean qv denotes that the version
281 Perl_scan_version2(pTHX_ const char *s, SV *rv, bool qv)
283 Perl_scan_version(pTHX_ const char *s, SV *rv, bool qv)
302 last = PRESCAN_VERSION(s, FALSE, &errstr, &qv, &saw_decimal, &width, &alpha);
324 if ( qv )
325 (void)hv_stores(MUTABLE_HV(hv), "qv", newSViv(qv));
328 if ( !qv && width < 3 )
348 if ( !qv && s > start && saw_decimal == 1 ) {
404 if (qv) {
420 if ( qv ) {
434 if ( qv ) { /* quoted versions always get at least three terms*/
456 if ( qv && saw_decimal == 1 && *start != 'v' ) {
516 if ( hv_exists(MUTABLE_HV(ver), "qv", 2) )
517 (void)hv_stores(MUTABLE_HV(hv), "qv", newSViv(1));
581 SV *sv = upg_version(SV *sv, bool qv);
583 Returns a pointer to the upgraded SV. Set the boolean qv if you want
615 Perl_upg_version2(pTHX_ SV *ver, bool qv)
617 Perl_upg_version(pTHX_ SV *ver, bool qv)
830 qv = TRUE;
891 s = SCAN_VERSION(version, ver, qv);
1130 if ( hv_exists(MUTABLE_HV(vs), "qv", 2) )