HomeSort by: relevance | last modified time | path
    Searched refs:bc_var_array (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/bc/dist/
bcdefs.h 151 typedef struct bc_var_array struct
155 struct bc_var_array *a_next;
156 } bc_var_array; typedef in typeref:struct:bc_var_array
storage.c 169 bc_var_array **old_ary;
179 arrays = bc_malloc (a_count*sizeof(bc_var_array *));
372 bc_var_array *ary_ptr;
383 ary_ptr = arrays[var_index] = bc_malloc (sizeof (bc_var_array));
862 bc_var_array *a_temp;
878 a_temp = bc_malloc (sizeof (bc_var_array));
915 bc_var_array *a_temp;
1001 bc_var_array *a_src, *a_dest;
global.h 101 EXTERN bc_var_array **arrays;

Completed in 25 milliseconds