OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:anext
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.bin/ctags/
C.c
269
*
anext
;
local
309
for (
anext
= maybe_attribute;;) {
319
if (
anext
== maybe_attribute) {
321
*
anext
++ = c;
326
if (
anext
- maybe_attribute
328
*
anext
++ = c;
332
*
anext
++ = '\0';
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_ackm.h
121
* Keep a TX history list,
anext
is used to manifest
127
struct ossl_ackm_tx_pkt_st *
anext
;
member in struct:ossl_ackm_tx_pkt_st
/src/external/gpl3/binutils/dist/libctf/
ctf-string.c
522
ctf_str_atom_ref_t *aref, *
anext
;
local
530
for (aref = ctf_list_next (&atom->csa_refs); aref != NULL; aref =
anext
)
532
anext
= ctf_list_next (aref);
/src/external/gpl3/binutils.old/dist/libctf/
ctf-string.c
522
ctf_str_atom_ref_t *aref, *
anext
;
local
530
for (aref = ctf_list_next (&atom->csa_refs); aref != NULL; aref =
anext
)
532
anext
= ctf_list_next (aref);
/src/external/gpl3/gdb/dist/libctf/
ctf-string.c
522
ctf_str_atom_ref_t *aref, *
anext
;
local
530
for (aref = ctf_list_next (&atom->csa_refs); aref != NULL; aref =
anext
)
532
anext
= ctf_list_next (aref);
/src/external/gpl3/gdb.old/dist/libctf/
ctf-string.c
514
ctf_str_atom_ref_t *aref, *
anext
;
local
521
for (aref = ctf_list_next (&atom->csa_refs); aref != NULL; aref =
anext
)
523
anext
= ctf_list_next (aref);
/src/external/apache2/mDNSResponder/dist/DSO/
dso.c
142
dso_activity_t *ap, *
anext
;
local
147
for (ap = dso->activities; ap; ap =
anext
) {
148
anext
= ap->next;
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_ackm.c
642
for (; pkt != NULL; pkt = pkt->
anext
)
722
fixup = &pkt->
anext
;
1001
const OSSL_ACKM_TX_PKT *
anext
;
local
1005
for (; apkt != NULL; apkt =
anext
) {
1028
anext
= apkt->
anext
;
/src/external/gpl3/gcc/dist/gcc/
var-tracking.cc
7927
attrs *anode, *
anext
;
local
7935
for (anode = *anextp; anode; anode =
anext
)
7937
anext
= anode->next;
7941
*anextp =
anext
;
/src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc
7942
attrs *anode, *
anext
;
local
7950
for (anode = *anextp; anode; anode =
anext
)
7952
anext
= anode->next;
7957
*anextp =
anext
;
Completed in 53 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026