Home
last modified time | relevance | path

Searched refs:lastnode (Results 1 – 15 of 15) sorted by relevance

/openbsd/sys/arch/powerpc64/powerpc64/
H A Dopenprom.c58 static int lastnode; /* speed hack */ variable
131 if (node != 0 && node != lastnode && node != optionsnode) { in openpromioctl()
136 lastnode = node; in openpromioctl()
207 *(int *)data = lastnode = node; in openpromioctl()
216 *(int *)data = lastnode = node; in openpromioctl()
/openbsd/sys/arch/arm64/arm64/
H A Dopenprom.c58 static int lastnode; /* speed hack */ variable
131 if (node != 0 && node != lastnode && node != optionsnode) { in openpromioctl()
136 lastnode = node; in openpromioctl()
207 *(int *)data = lastnode = node; in openpromioctl()
216 *(int *)data = lastnode = node; in openpromioctl()
/openbsd/sys/arch/arm/arm/
H A Dopenprom.c56 static int lastnode; /* speed hack */ variable
129 if (node != 0 && node != lastnode && node != optionsnode) { in openpromioctl()
134 lastnode = node; in openpromioctl()
205 *(int *)data = lastnode = node; in openpromioctl()
214 *(int *)data = lastnode = node; in openpromioctl()
/openbsd/sys/arch/riscv64/riscv64/
H A Dopenprom.c58 static int lastnode; /* speed hack */ variable
131 if (node != 0 && node != lastnode && node != optionsnode) { in openpromioctl()
136 lastnode = node; in openpromioctl()
207 *(int *)data = lastnode = node; in openpromioctl()
216 *(int *)data = lastnode = node; in openpromioctl()
/openbsd/sys/arch/octeon/octeon/
H A Dopenprom.c58 static int lastnode; /* speed hack */ variable
131 if (node != 0 && node != lastnode && node != optionsnode) { in openpromioctl()
136 lastnode = node; in openpromioctl()
207 *(int *)data = lastnode = node; in openpromioctl()
216 *(int *)data = lastnode = node; in openpromioctl()
/openbsd/sys/arch/macppc/macppc/
H A Dopenprom.c61 static int lastnode; /* speed hack */ variable
132 if (node != 0 && node != lastnode && node != optionsnode) { in openpromioctl()
139 lastnode = node; in openpromioctl()
244 *(int *)data = lastnode = node; in openpromioctl()
255 *(int *)data = lastnode = node; in openpromioctl()
/openbsd/sys/arch/sparc64/sparc64/
H A Dopenprom.c65 static int lastnode; /* speed hack */ variable
180 if (node != 0 && node != lastnode && node != optionsnode) { in openpromioctl()
187 lastnode = node; in openpromioctl()
295 *(int *)data = lastnode = node; in openpromioctl()
306 *(int *)data = lastnode = node; in openpromioctl()
/openbsd/usr.bin/ssh/
H A Dxmss_fast.c192 uint32_t lastnode, i; in treehash_setup() local
198 lastnode = idx+(1<<height); in treehash_setup()
207 for (; idx < lastnode; idx++) { in treehash_setup()
/openbsd/gnu/usr.bin/cvs/doc/
H A Dtexinfo.tex5358 % @node's job is to define \lastnode.
5361 \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}
5363 \let\lastnode=\relax
5367 \ifx\lastnode\relax\else
5368 \expandafter\expandafter\expandafter\setref{\lastnode}%
5370 \global\let\lastnode=\relax
5374 \ifx\lastnode\relax\else
5376 \global\let\lastnode=\relax
5380 \ifx\lastnode\relax\else
5381 \expandafter\expandafter\expandafter\setref{\lastnode}%
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/doc/include/
H A Dtexinfo.tex5858 % @node's job is to define \lastnode.
5861 \def\nodexxx#1,#2\finishnodeparse{\gdef\lastnode{#1}}
5863 \let\lastnode=\relax
5867 \ifx\lastnode\relax\else
5868 \expandafter\expandafter\expandafter\setref{\lastnode}%
5870 \global\let\lastnode=\relax
5874 \ifx\lastnode\relax\else
5876 \global\let\lastnode=\relax
5880 \ifx\lastnode\relax\else
5881 \expandafter\expandafter\expandafter\setref{\lastnode}%
[all …]
/openbsd/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex1248 % \lastnode when called from \setref -> \pdfmkdest.
4589 \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}%
5977 % @node's only job in TeX is to define \lastnode, which is used in
5988 \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}}
5991 \let\lastnode=\empty
5997 \ifx\lastnode\empty\else
5998 \setref{\lastnode}{#1}%
5999 \global\let\lastnode=\empty
/openbsd/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex4344 \toks2 = \expandafter{\lastnode}%
5727 % @node's only job in TeX is to define \lastnode, which is used in
5730 \def\nodexxx#1,#2\finishnodeparse{\gdef\lastnode{#1}}
5732 \let\lastnode=\empty
5738 \ifx\lastnode\empty\else
5739 \setref{\lastnode}{#1}%
5740 \global\let\lastnode=\empty
/openbsd/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex4486 \toks2 = \expandafter{\lastnode}%
5853 % @node's only job in TeX is to define \lastnode, which is used in
5864 \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}}
5867 \let\lastnode=\empty
5873 \ifx\lastnode\empty\else
5874 \setref{\lastnode}{#1}%
5875 \global\let\lastnode=\empty
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog4508 (\donoderef): Remove the unsuccessful attempt to expand \lastnode
4510 things would screw up if \lastnode was expanded too much.
H A DChangeLog.4611099 Set \lastnode globally.