Home
last modified time | relevance | path

Searched refs:re (Results 1 – 6 of 6) sorted by relevance

/xv6-public/
H A Dgrep.c73 match(char *re, char *text) in match() argument
75 if(re[0] == '^') in match()
76 return matchhere(re+1, text); in match()
78 if(matchhere(re, text)) in match()
85 int matchhere(char *re, char *text) in matchhere() argument
87 if(re[0] == '\0') in matchhere()
89 if(re[1] == '*') in matchhere()
90 return matchstar(re[0], re+2, text); in matchhere()
91 if(re[0] == '$' && re[1] == '\0') in matchhere()
93 if(*text!='\0' && (re[0]=='.' || re[0]==*text)) in matchhere()
[all …]
H A D.gdbinit.tmpl4 # There doesn't seem to be a good way to detect if we're in 16- or
H A DTRICKS136 allowed to re-order statements.
140 compiler from re-ordering.
H A DREADME5 xv6 is a re-implementation of Dennis Ritchie's and Ken Thompson's Unix
H A DNotes92 prevents inode[] element from being re-used
H A Ddot-bochsrc167 # This should be of a bootable floppy(image/device) if you're