Home
last modified time | relevance | path

Searched refs:patterns (Results 1 – 17 of 17) sorted by relevance

/titanic_53/usr/src/cmd/grep_xpg4/
H A Dgrep.c79 static PATTERN *patterns; variable
347 if (patterns == NULL && !fflag) { in main()
596 pp->next = patterns; in addpattern()
597 patterns = pp; in addpattern()
621 for (npatterns = 0, pp = patterns; pp != NULL; pp = pp->next) { in fixpatterns()
726 (npatterns == 1) && (strlen(patterns->pattern) != 0); in fixpatterns()
813 if (patterns == NULL) in grep()
816 pp = patterns; in grep()
989 pp = patterns; /* to make it happen */ in grep()
1038 for (pp = patterns; pp; pp = pp->next) { in grep()
[all …]
/titanic_53/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c82 const ulong_t patterns[] = { variable
93 ASSERT(*membgn != patterns[pattern]); in scribble()
94 *membgn++ = patterns[pattern]; in scribble()
/titanic_53/usr/src/cmd/make/bin/
H A Dread2.cc938 result->patterns = NULL; in enter_percent()
961 result->patterns = (Name *) getmem(sizeof(Name) * result->patterns_total); in enter_percent()
969 result->patterns[pattern] = GETNAME(cp, cp1 - cp); in enter_percent()
973 result->patterns[pattern] = GETNAME(cp, (int) target->hash.length - (cp - wcb.get_string())); in enter_percent()
985 depe->patterns = NULL; in enter_percent()
1012 depe->patterns = (Name *) getmem(sizeof(Name) * depe->patterns_total); in enter_percent()
1020 depe->patterns[pattern] = GETNAME(cp, cp1 - cp); in enter_percent()
1024 … depe->patterns[pattern] = GETNAME(cp, (int) depe->name->hash.length - (cp - wcb1.get_string())); in enter_percent()
H A Dimplicit.cc1187 Name prefix = pat_rule->patterns[0]; in match_found_with_pattern()
1214 Name suffix = pat_rule->patterns[pat_rule->patterns_total - 1]; in match_found_with_pattern()
1391 if (pat_rule->patterns[i]->dollar) { in construct_string_from_pattern()
1392 expand_value(pat_rule->patterns[i], in construct_string_from_pattern()
1397 append_string(pat_rule->patterns[i]->string_mb, in construct_string_from_pattern()
1399 pat_rule->patterns[i]->hash.length); in construct_string_from_pattern()
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dnameref.sh365 command typeset -n n=v.${k//['./']/_} 2> /dev/null || err_exit 'patterns with quotes not handled co…
/titanic_53/usr/src/lib/watchmalloc/common/
H A Dmalloc.c86 static uint64_t patterns[2] = { variable
94 uint64_t pattern = patterns[pat]; in copy_pattern()
/titanic_53/usr/src/cmd/make/include/mksh/
H A Ddefs.h540 struct _Name **patterns; member
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo1180 patterns which contains back slashes within command substitution.
1559 The other parameter expansion modifiers use shell patterns
1561 A description of shell patterns is contained below.
1822 patterns for matching file names as well as for matching strings.
1830 These characters are used to form patterns that
1885 is a list of one or more patterns separated by a
1903 matches any pattern in the list of patterns enclosed in
1908 patterns,
1911 requires a match of one or more of any of the given patterns.
1918 matches anything except any of the given patterns.
[all …]
H A DRELEASE40 12-06-19 A bug in which patterns containing {...} where not processed
334 patterns has been fixed.
525 10-11-22 The handling of \ inside [...] for for shell and ~(E) patterns has
558 10-11-12 The sequences \< and \> are now preserved after patterns containing
1223 08-10-24 The lexer now accepts all RE characters for patterns prefixed
1479 08-02-15 A bug in ${var/pattern/string} for patterns of the form ?(*) and +(*)
1682 07-01-26 A bug in which ~(E) in patterns containing \ that are not inside ()
1757 shell patterns has been documented.
1869 05-06-21 A bug in which nested patterns of the form {m,n}(pat) would cause
1878 05-05-23 +An extension to shell patterns that allows matching of nested
[all …]
H A DRELEASE93140 o. Backreferencing sub-expressions in patterns and replacement
211 patterns with ${x/pattern/replace}.
H A DRELEASE88189 can be used within patterns, and within replacement strings
/titanic_53/usr/src/cmd/filesync/
H A DREADME257 routines to maintain a list of names or patterns for
/titanic_53/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE422 06-12-20 features/libpath.sh: generalize sol.* LIBPATH patterns
464 06-10-01 path/pathshell.c: localize the shell path patterns and accept ksh93
1170 glob: fix GLOB_NOCHECK to avoid stat() and properly trim patterns
1679 add comp/fakelink.h to synthesize a few symlink text patterns
/titanic_53/usr/src/cmd/lp/lib/oam/
H A Dmsg.source814 …option\nwhen mounting a form, to insert a page\nbreak between alignment patterns.\nPerhaps you lef…
/titanic_53/usr/src/grub/grub-0.97/docs/
H A Dgrub.texi2887 If you specify any @var{patterns}, it displays longer information
2888 about each of the commands which match those @var{patterns}.
/titanic_53/usr/src/cmd/terminfo/
H A Dtermcap.src8886 # including other ^V ^Y patterns.
H A Dterminfo.src9978 # including other ^V ^Y patterns.