Home
last modified time | relevance | path

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

/xv6-public/
H A Dgrep.c73 match(char *re, char *text) in match() argument
76 return matchhere(re+1, text); in match()
78 if(matchhere(re, text)) in match()
80 }while(*text++ != '\0'); in match()
85 int matchhere(char *re, char *text) in matchhere() argument
90 return matchstar(re[0], re+2, text); in matchhere()
92 return *text == '\0'; in matchhere()
93 if(*text!='\0' && (re[0]=='.' || re[0]==*text)) in matchhere()
94 return matchhere(re+1, text+1); in matchhere()
102 if(matchhere(re, text)) in matchstar()
[all …]
H A Dkernel.ld14 .text : AT(0x100000) {
15 *(.text .stub .text.* .gnu.linkonce.t.*)
41 * etext, edata, and end, at the end of the text, data, and bss.
45 * read-only rodata section between text and data. */
H A Dentry.S28 .text
H A DMakefile108 $(OBJCOPY) -S -O binary -j .text bootblock.o bootblock
114 $(OBJCOPY) -S -O binary -j .text bootblockother.o entryother
H A DNotes37 data vs text. how can we have a gap between data and stack, so that
H A Ddot-bochsrc9 # There are two choices of configuration interface: a text mode version
10 # called "textconfig" and a graphical version called "wx". The text
41 # term text only, uses curses/ncurses library, cross platform