Searched refs:next_dat (Results 1 – 3 of 3) sorted by relevance
/dports/games/sdlpop/SDLPoP-1.22/src/ |
H A D | seg009.c | 387 pointer->next_dat = dat_chain_ptr; in open_dat() 2723 for (pointer = dat_chain_ptr; fp == NULL && pointer != NULL; pointer = pointer->next_dat) { in load_from_opendats_metadata() 2803 *prev = curr->next_dat; in close_dat() 2809 curr = curr->next_dat; in close_dat() 2810 prev = &((*prev)->next_dat); in close_dat()
|
H A D | types.h | 447 struct dat_type* next_dat; member
|
/dports/cad/calculix/CalculiX/cgx_2.18/src/ |
H A D | setFunktions.c | 14976 …lias( dat[i], "v" ); if (getValuNr(dat[i]) >-1) { pre_seta( name, "v",dat[i] ); goto next_dat; } in commandoInterpreter() 14977 …lias( dat[i], "b" ); if (getBodyNr(dat[i]) >-1) { pre_seta( name, "b",dat[i] ); goto next_dat; } in commandoInterpreter() 14978 …ias( dat[i], "s" ); if (getSurfNr(dat[i]) >-1) { pre_seta( name, "s",dat[i] ); goto next_dat; } in commandoInterpreter() 14979 …ias( dat[i], "c" ); if (getLcmbNr(dat[i]) >-1) { pre_seta( name, "c",dat[i] ); goto next_dat; } in commandoInterpreter() 14980 …lias( dat[i], "l" ); if (getLineNr(dat[i]) >-1) { pre_seta( name, "l",dat[i] ); goto next_dat; } in commandoInterpreter() 14981 …ias( dat[i], "p" ); if (getPntNr(dat[i]) >-1) { pre_seta( name, "p",dat[i] ); goto next_dat; } in commandoInterpreter() 14982 …], "se" ); if (getSetNr(dat[i]) >-1) { pre_seta( name, "se",dat[i]); ibuf=1; goto next_dat; } in commandoInterpreter() 14983 …], "sh" ); if (getShapeNr(dat[i]) >-1) { pre_seta( name, "sh",dat[i]); ibuf=1; goto next_dat; } in commandoInterpreter() 14984 next_dat:; in commandoInterpreter()
|