Searched refs:id_table (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/games/rogue/
H A Dinventory.c522 struct id *id_table; local
524 id_table = get_id_table(obj);
527 sbuf_addstr(s, id_table[obj->which_kind].title);
534 struct id *id_table; local
549 id_table = get_id_table(obj);
550 if (wizard || id_table == NULL) {
554 objtype_id_status = id_table[obj->which_kind].id_status;
583 sbuf_addstr(&db, id_table[obj->which_kind].title);
588 sbuf_addstr(&db, id_table[obj->which_kind].real);
594 sbuf_addstr(&db, id_table[ob
[all...]
H A Dsave.c318 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) argument
324 r_write(fp, &id_table[i].value, sizeof(short));
325 r_write(fp, &id_table[i].id_status,
327 write_string(id_table[i].title, fp);
329 r_read(fp, &id_table[i].value, sizeof(short));
330 r_read(fp, &id_table[i].id_status,
332 read_string(id_table[i].title, fp, MAX_ID_TITLE_LEN);
H A Dpack.c443 struct id *id_table; local
459 id_table = get_id_table(obj);
462 id_table[obj->which_kind].title, 1, 1)) {
463 id_table[obj->which_kind].id_status = CALLED;
464 (void)strlcpy(id_table[obj->which_kind].title, buf,
465 sizeof(id_table[obj->which_kind].title));
H A Duse.c371 struct id *id_table; local
387 id_table = get_id_table(obj);
388 id_table[obj->which_kind].id_status = IDENTIFIED;
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_toedev.h120 const struct offload_id *id_table; member in struct:tom_info
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dpreference.c69 TCHAR *id_table[] = { variable
275 if(wcscmp(identif,id_table[i])==0){
/netbsd-6-1-5-RELEASE/lib/librefuse/
H A Drefuse.c92 struct node **id_table; member in struct:fuse

Completed in 76 milliseconds