Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 25 of 27) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/config/
Dmissing216 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
Dtexinfo.tex2694 % 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/
Dmissing227 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
Dtexinfo.tex3593 % 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/
Dtran.c153 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 …]
DREADME41 mv y.tab.c ytab.c
42 mv y.tab.h ytab.h
Dawk.h91 Cell **tab; /* hash table pointers */ member
DFIXES561 y.tab.[ch] => ytab.[ch], lex.yy.c => lexyy.c, all in the aid of
829 Added \a ("alert"), \v (vertical tab), \xhhh (hexadecimal),
Drun.c1446 for (cp = tp->tab[i]; cp != NULL; cp = ncp) { in instat()
/ndk/sources/android/support/src/stdio/
Dvfscanf.c750 __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/
DMakefile.in253 -rm -f *.tab.c
/ndk/sources/host-tools/make-3.81/w32/
DMakefile251 -rm -f *.tab.c
DMakefile.in251 -rm -f *.tab.c
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info577 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
Dsed.texi803 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 …]
Dsed-in.texi802 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/
DNEWS410 \t a horizontal tab
411 \v a vertical tab
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi529 @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 …]
Dmake.info-1474 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 …]
Dmake.info-2158 %.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/
DSPENCER.tests16 # is newline, `S' is space, `T' is tab, `Z' is NUL.
DMakefile.in827 -rm -f *.tab.c
/ndk/build/gmsl/
D__gmsl393 # This results in __gmsl_tab containing a tab
/ndk/sources/host-tools/sed-4.2.1/lib/
DMakefile.in709 -rm -f *.tab.c
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp937 ctype<char>::ctype(const mask* tab, bool del, size_t refs) in ctype() argument
939 __tab_(tab), in ctype()

12