/ndk/sources/host-tools/make-3.81/config/ |
D | missing | 216 rm -f y.tab.c y.tab.h 223 cp "$SRCFILE" y.tab.c 227 cp "$SRCFILE" y.tab.h 232 if [ ! -f y.tab.h ]; then 233 echo >y.tab.h 235 if [ ! -f y.tab.c ]; then 236 echo 'main() { return 0; }' >y.tab.c
|
D | texinfo.tex | 2694 % starts with @tab. Empty columns may be produced by supplying @tab's 2696 % ie, @tab@tab@tab will produce two empty columns. 2698 % @item, @tab do not need to be on their own lines, but it will not hurt 2704 % @item first col stuff @tab second col stuff @tab third col 2707 % @tab 2709 % @tab 2711 % @item first col stuff @tab second col stuff 2712 % @tab Many paragraphs of text may be used in any column. 2715 % @item@tab@tab This will be in third column. 2788 % A \tab used to include \hskip1sp. But then the space in a template [all …]
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | missing | 227 rm -f y.tab.c y.tab.h 234 cp "$SRCFILE" y.tab.c 238 cp "$SRCFILE" y.tab.h 243 if test ! -f y.tab.h; then 244 echo >y.tab.h 246 if test ! -f y.tab.c; then 247 echo 'main() { return 0; }' >y.tab.c
|
D | texinfo.tex | 3593 % starts with @tab. Empty columns may be produced by supplying @tab's 3595 % ie, @tab@tab@tab will produce two empty columns. 3597 % @item, @tab do not need to be on their own lines, but it will not hurt 3603 % @item first col stuff @tab second col stuff @tab third col 3606 % @tab 3608 % @tab 3610 % @item first col stuff @tab second col stuff 3611 % @tab Many paragraphs of text may be used in any column. 3614 % @item@tab@tab This will be in third column. 3694 % A \tab used to include \hskip1sp. But then the space in a template [all …]
|
/ndk/sources/host-tools/nawk-20071023/ |
D | tran.c | 153 ap->tab = tp; in makesymtab() 169 for (cp = tp->tab[i]; cp != NULL; cp = temp) { in freesymtab() 177 tp->tab[i] = 0; in freesymtab() 181 free(tp->tab); in freesymtab() 193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext) in freeelem() 196 tp->tab[h] = p->cnext; in freeelem() 231 p->cnext = tp->tab[h]; in setsymtab() 232 tp->tab[h] = p; in setsymtab() 257 for (cp = tp->tab[i]; cp; cp = op) { in rehash() 264 free(tp->tab); in rehash() [all …]
|
D | README | 41 mv y.tab.c ytab.c 42 mv y.tab.h ytab.h
|
D | awk.h | 91 Cell **tab; /* hash table pointers */ member
|
D | FIXES | 561 y.tab.[ch] => ytab.[ch], lex.yy.c => lexyy.c, all in the aid of 829 Added \a ("alert"), \v (vertical tab), \xhhh (hexadecimal),
|
D | run.c | 1446 for (cp = tp->tab[i]; cp != NULL; cp = ncp) { in instat()
|
/ndk/sources/android/support/src/stdio/ |
D | vfscanf.c | 750 __sccl(char *tab, u_char *fmt) in __sccl() argument 763 tab[n] = v; in __sccl() 776 tab[c] = v; /* take character c */ in __sccl() 810 tab[++c] = v; in __sccl()
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | Makefile.in | 253 -rm -f *.tab.c
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile | 251 -rm -f *.tab.c
|
D | Makefile.in | 251 -rm -f *.tab.c
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 577 of `sed', rather than a tab character. 625 `[^ tab]\+' 626 (Here `tab' stands for a single tab character.) This matches a 628 tab. Usually this means a word. 1100 Produces or matches a horizontal tab (ASCII 9). 1103 Produces or matches a so called "vertical tab" (ASCII 11). 1215 y/tab/ / 1704 s/[ tab][ tab]*/ /g
|
D | sed.texi | 803 implementations of @command{sed}, rather than a tab character. 858 @item [^ @kbd{tab}]\+ 859 (Here @kbd{tab} stands for a single tab character.) 861 characters, none of which is a space or a tab. 1549 Produces or matches a horizontal tab (@sc{ascii} 9). 1552 Produces or matches a so called ``vertical tab'' (@sc{ascii} 11). 1678 y/@kbd{tab}/ / 2297 s/[ @kbd{tab}][ @kbd{tab}]*/ /g 3133 \011 @i{@r{is always a tab}} 3134 \11 @i{@r{might be a back reference, or another way of writing a tab}} [all …]
|
D | sed-in.texi | 802 implementations of @command{sed}, rather than a tab character. 857 @item [^ @kbd{tab}]\+ 858 (Here @kbd{tab} stands for a single tab character.) 860 characters, none of which is a space or a tab. 1548 Produces or matches a horizontal tab (@sc{ascii} 9). 1551 Produces or matches a so called ``vertical tab'' (@sc{ascii} 11). 1674 y/@kbd{tab}/ / 2183 s/[ @kbd{tab}][ @kbd{tab}]*/ /g 2966 \011 @i{@r{is always a tab}} 2967 \11 @i{@r{might be a back reference, or another way of writing a tab}} [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | NEWS | 410 \t a horizontal tab 411 \v a vertical tab
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.texi | 529 @strong{Please note:} you need to put a tab character at the beginning of 628 A tab character must come at the beginning of every command line to 1094 a tab is not allowed. (If the line begins with a tab, it will be 1873 The command line starts with a tab to identify it as a command. 1925 @cindex tab character (in commands) 1926 The @var{command} lines start with a tab character. The first command may 1927 appear on the line after the prerequisites, with a tab character, or may 3527 Each command line must start with a tab, except that the first command 3530 with a tab and appears in a ``rule context'' (that is, after a rule 3539 A blank line that begins with a tab is not blank: it's an empty [all …]
|
D | make.info-1 | 474 to put a tab character at the beginning of every command line! This is 561 A tab character must come at the beginning of every command line to 939 but a tab is not allowed. (If the line begins with a tab, it will be 1616 line starts with a tab to identify it as a command. 1655 The COMMAND lines start with a tab character. The first command may 1656 appear on the line after the prerequisites, with a tab character, or may 2972 Each command line must start with a tab, except that the first 2975 tab and appears in a "rule context" (that is, after a rule has been 2982 * A blank line that begins with a tab is not blank: it's an empty 2990 tab as the first character on the line, will be considered a [all …]
|
D | make.info-2 | 158 %.tab.c %.tab.h: %.y 162 `X.tab.c' and `X.tab.h'. If the file `foo' depends on the files 163 `parse.tab.o' and `scan.o' and the file `scan.o' depends on the file 164 `parse.tab.h', when `parse.y' is changed, the command `bison -d parse.y' 165 will be executed only once, and the prerequisites of both `parse.tab.o' 166 and `scan.o' will be satisfied. (Presumably the file `parse.tab.o' 167 will be recompiled from `parse.tab.c' and the file `scan.o' from 168 `scan.c', while `foo' is linked from `parse.tab.o', `scan.o', and its 2042 A category line consists of a tab and a reference to a special Make 4055 * tab character (in commands): Rule Syntax. (line 26)
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | SPENCER.tests | 16 # is newline, `S' is space, `T' is tab, `Z' is NUL.
|
D | Makefile.in | 827 -rm -f *.tab.c
|
/ndk/build/gmsl/ |
D | __gmsl | 393 # This results in __gmsl_tab containing a tab
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | Makefile.in | 709 -rm -f *.tab.c
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 937 ctype<char>::ctype(const mask* tab, bool del, size_t refs) in ctype() argument 939 __tab_(tab), in ctype()
|