Searched refs:npat (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dren384 npat=${newpat%%"$r"} # pat=bar*
385 l=${npat%@([\*\?]|\[+([!\]])\])} # l=bar
386 npat=${npat#"$l"} # npat=*
388 if [[ "$pat" != "$npat" ]]; then
391 Pattern segment $patSegNum: Old pattern: $pat New pattern: $npat"
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashhist.c801 char *npat; local
809 npat = expand_histignore_pattern (histignore.ignores[i].val);
811 npat = histignore.ignores[i].val;
813 match = strmatch (npat, line, FNMATCH_EXTFLAG) != FNM_NOMATCH;
816 free (npat);
H A Dpcomplete.c275 char *npat, *t; local
280 npat = shouldexp_filterpat (filterpat) ? preproc_filterpat (filterpat, text) : filterpat;
282 not = (npat[0] == '!');
283 t = not ? npat + 1 : npat;
296 if (npat != filterpat)
297 free (npat);
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dglob.c350 register char *nextname, *npat; local
404 npat = (char *)malloc (strlen (pat) + 1);
405 if (nextname == 0 || npat == 0)
409 strcpy (npat, pat);
410 dequote_pathname (npat);
414 strcpy (nextname + dirlen, npat);
424 nextlink->name = npat;
433 free (npat);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/registry/
H A Dregistry.tcl67 set npat [list N $n *]
75 array unset data $npat
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/registry/
H A Dregistry.tcl67 set npat [list N $n *]
75 array unset data $npat
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dcond.c276 int test, npat = state->pc[1]; local
277 Patprog pprog = state->prog->pats[npat];
296 state->prog->pats[npat] = pprog;
H A Dloop.c531 int npat, save; local
550 npat = state->pc[1];
551 spprog = state->prog->pats + npat;
/macosx-10.9.5/screen-22/screen/
H A Dmisc.c84 int npat = strlen(pat); local
86 if (!strncmp(str, pat, npat))

Completed in 165 milliseconds