Searched refs:PATTERN (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 160 } PATTERN; typedef 221 static PATTERN match_pattern; 260 static Expr *eall(re_re *r, PATTERN *pat); 261 static Expr *d0(re_re *r, PATTERN *pat); 262 static Expr *d1(re_re *r, PATTERN *pat); 263 static Expr *d2(re_re *r, PATTERN *pat); 264 static Expr *d3(re_re *r, PATTERN *pat); 266 static void lex(re_re *r, PATTERN *pat); 267 static int re_lit(PATTERN *pat, uchar_t **b, uchar_t **e); 268 static void traverse(PATTERN *pat, Expr *e); [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | gram.y | 45 %term PATTERN 13 58 %type <subcmd> INSTALL, NOTIFY, EXCEPT, PATTERN, SPECIAL, cmdlist, cmd 145 | PATTERN namelist SM = { 330 c = PATTERN; in yylex()
|
H A D | defs.h | 60 #define PATTERN 13 macro
|
H A D | main.c | 548 case PATTERN:
|
H A D | docmd.c | 777 if (sc->sc_type != EXCEPT && sc->sc_type != PATTERN)
|
/titanic_41/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 77 } PATTERN; typedef 79 static PATTERN *patterns; 554 PATTERN *pp; in addpattern() 562 if ((pp = malloc(sizeof (PATTERN))) == NULL) { in addpattern() 611 PATTERN *pp; in fixpatterns() 803 PATTERN *pp; in grep()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 1406 specify PATTERN, this command shows short descriptions of most of
|
H A D | grub.info | 2710 specify PATTERN, this command shows short descriptions of most of
|