Searched refs:s_spex (Results 1 – 5 of 5) sorted by relevance
/external/libgsm/tls/ |
D | taste.c | 35 static struct spex * s_spex; variable 56 if (!(s_spex = (struct spex *)(n_spex in P0() 57 ? realloc((char *)s_spex, m_spex * sizeof(*s_spex)) in P0() 58 : malloc( m_spex * sizeof(*s_spex))))) { in P0() 60 m_spex * sizeof(*s_spex)); in P0() 64 return s_spex + n_spex; in P0() 104 struct spex * sp = s_spex; in P0() 130 return sp - s_spex; in P0() 136 write_code(s_spex, n_spex); in P0()
|
D | ginger.c | 30 void write_code P2((s_spex, n_spex), struct spex * s_spex, int n_spex) 32 struct spex * sp = s_spex;
|
D | sour.c | 52 void write_code P2((s_spex, n_spex), struct spex * s_spex, int n_spex) 54 struct spex * sp = s_spex;
|
D | sweet.c | 15 void write_code P2((s_spex, n_spex), struct spex * s_spex, int n_spex) 17 struct spex * sp = s_spex;
|
D | bitter.c | 15 void write_code P2((s_spex, n_spex), struct spex * s_spex, int n_spex) 17 struct spex * sp = s_spex;
|