Home
last modified time | relevance | path

Searched refs:r_index (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/include/aout/
H A Daout64.h350 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member
410 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member
505 long r_index; /* Symbol table index of symbol. */ member
/dflybsd-src/contrib/binutils-2.34/include/aout/
H A Daout64.h350 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member
410 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member
487 long r_index; /* Symbol table index of symbol. */ member
/dflybsd-src/contrib/gdb-7/include/aout/
H A Daout64.h350 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member
410 bfd_byte r_index[3]; /* Symbol table index of symbol. */ member
505 long r_index; /* Symbol table index of symbol. */ member
/dflybsd-src/sys/net/wg/
H A Dwg_noise.c119 struct noise_index r_index; member
517 struct noise_index *i, *r_i = &r->r_index; in noise_remote_index_insert()
580 LIST_REMOVE(&r->r_index, i_entry); in noise_remote_index_remove()
1155 r->r_index.i_remote_index = s_idx; in noise_consume_initiation()
1210 *s_idx = r->r_index.i_local_index; in noise_create_response()
1211 *r_idx = r->r_index.i_remote_index; in noise_create_response()
1271 r->r_index.i_local_index == r_idx) { in noise_consume_response()
1273 r->r_index.i_remote_index = s_idx; in noise_consume_response()
1365 r_i = &r->r_index; in noise_begin_session()
/dflybsd-src/games/rogue/
H A Dmessage.c357 r_index(const char *str, int ch, boolean last) in r_index() function
H A Drogue.h523 int r_index(const char *, int, boolean);
H A Dobject.c725 while (r_index("!?:)]=/,\033", (ch = rgetchar()), 0) == -1) { in c_object_for_wizard()