Lines Matching full:pl
268 pl = pattern.length
269 ; (fi < fl) && (pi < pl)
309 if (pr === pl) {
389 if (fi === fl && pi === pl) {
398 } else /* istanbul ignore else */ if (pi === pl) {
440 let pl
591 pl = plEntry
594 re += pl.close
595 if (pl.type === '!') {
596 negativeLists.push(Object.assign(pl, { reEnd: re.length }))
698 for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) {
700 tail = re.slice(pl.reStart + pl.open.length)
701 this.debug('setting tail', re, pl)
719 this.debug('tail=%j\n %s', tail, tail, pl, re)
720 const t = pl.type === '*' ? star
721 : pl.type === '?' ? qmark
722 : '\\' + pl.type
725 re = re.slice(0, pl.reStart) + t + '\\(' + tail