Searched refs:anchor (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | b.c | 79 fa *makedfa(const char *s, int anchor) /* returns dfa for reg expr s */ in makedfa() argument 94 return mkdfa(s, anchor); in makedfa() 96 if (fatab[i]->anchor == anchor in makedfa() 101 pfa = mkdfa(s, anchor); in makedfa() 121 fa *mkdfa(const char *s, int anchor) /* does the real work of making a dfa */ in mkdfa() argument 145 f->initstat = makeinit(f, anchor); in mkdfa() 146 f->anchor = anchor; in mkdfa() 151 int makeinit(fa *f, int anchor) in makeinit() argument 170 if (anchor) { in makeinit()
|
D | awk.h | 223 int anchor; member
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 5990 % @anchor{NAME} -- define xref target at arbitrary point. 5996 \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} 5999 % anchor), which consists of three parts: 6001 % or the anchor name. 6006 % This is called from \donoderef, \anchor, and \dofloat. In the case of 6110 % node/anchor (non-float) references. 6128 % @unnumbered and @anchor, it won't be. 6612 % node and anchor labels. And \xrdef uses it to construct the
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 7148 % @anchor{NAME} -- define xref target at arbitrary point. 7154 \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} 7157 % anchor), which consists of three parts: 7159 % or the anchor name. 7164 % This is called from \donoderef, \anchor, and \dofloat. In the case of 7271 % node/anchor (non-float) references. 7289 % @unnumbered and @anchor, it won't be. 7787 % node and anchor labels. And \xrdef uses it to construct the
|