Home
last modified time | relevance | path

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

/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/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/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/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)
Dmake-stds.texi988 A category line consists of a tab and a reference to a special Make
/ndk/build/gmsl/
D__gmsl393 # This results in __gmsl_tab containing a tab
/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()
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.088 # We need space, tab and new line, in precisely that order. Quoting is
89 # there to prevent editors from complaining about space-tab.
460 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
9538 # We need space, tab and new line, in precisely that order. Quoting is
9539 # there to prevent editors from complaining about space-tab.
9718 *c*) ECHO_T=' ';; # ECHO_T is single tab character.