HomeSort by: relevance | last modified time | path
    Searched defs:gem_part (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/stand/tostools/chg_pid/
chg_pid.c 61 typedef struct gem_part { struct
66 } GEM_PART;
79 GEM_PART parts[NGEM_PARTS]; /* see above */
88 void change_it PROTO((int, GEM_PART *, char *));
189 GEM_PART g_local[NGEM_PARTS];
205 memcpy(g_local, g_root->parts, NGEM_PARTS*sizeof(GEM_PART));
266 GEM_PART *gp;
chg_pid.c 61 typedef struct gem_part { struct
66 } GEM_PART;
79 GEM_PART parts[NGEM_PARTS]; /* see above */
88 void change_it PROTO((int, GEM_PART *, char *));
189 GEM_PART g_local[NGEM_PARTS];
205 memcpy(g_local, g_root->parts, NGEM_PARTS*sizeof(GEM_PART));
266 GEM_PART *gp;

Completed in 21 milliseconds