Searched refs:lastnode (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ofw/
H A Dopenfirmio.c72 static phandle_t lastnode; /* speed hack */ variable
143 if (node != 0 && node != lastnode) {
148 lastnode = node;
243 *(phandle_t *)data = lastnode = node;
250 *(phandle_t *)data = lastnode = node;
262 of->of_nodeid = lastnode = node;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2496 int lastnode, bitpos, bit; local
2521 lastnode = 0;
2527 if (code->tree[lastnode].branches[0] ==
2528 code->tree[lastnode].branches[1])
2541 if (!(code->tree[lastnode].branches[bit] < 0))
2560 code->tree[lastnode].branches[bit] = repeatnode;
2563 lastnode = nextnode;
2571 if (code->tree[lastnode].branches[bit] < 0)
2578 code->tree[lastnode].branches[bit] = code->numentries++;
2582 lastnode
[all...]
/freebsd-11-stable/contrib/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
/freebsd-11-stable/contrib/groff/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
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5256 \let\lastnode=\empty % no node to associate with
5987 \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}%
7799 % @node's only job in TeX is to define \lastnode, which is used in
7810 \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}}
7813 \let\lastnode=\empty
7819 \ifx\lastnode\empty\else
7820 \setref{\lastnode}{#1}%
7821 \global\let\lastnode=\empty

Completed in 219 milliseconds