Searched refs:next_bincl (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Ddbxread.c248 static struct header_file_location *bincl_list, *next_bincl;
901 next_bincl = bincl_list = (struct header_file_location *)
910 if (next_bincl >= bincl_list + bincls_allocated)
912 int offset = next_bincl - bincl_list;
917 next_bincl = bincl_list + offset;
919 next_bincl->pst = pst;
920 next_bincl->instance = instance;
921 next_bincl++->name = name;
933 for (bincl = bincl_list; bincl < next_bincl; bincl++)
244 static struct header_file_location *bincl_list, *next_bincl; variable in typeref:struct:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Ddbxread.c248 static struct header_file_location *bincl_list, *next_bincl;
901 next_bincl = bincl_list = (struct header_file_location *)
910 if (next_bincl >= bincl_list + bincls_allocated)
912 int offset = next_bincl - bincl_list;
917 next_bincl = bincl_list + offset;
919 next_bincl->pst = pst;
920 next_bincl->instance = instance;
921 next_bincl++->name = name;
933 for (bincl = bincl_list; bincl < next_bincl; bincl++)
244 static struct header_file_location *bincl_list, *next_bincl; variable in typeref:struct:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Ddbxread.c248 static struct header_file_location *bincl_list, *next_bincl;
901 next_bincl = bincl_list = (struct header_file_location *)
910 if (next_bincl >= bincl_list + bincls_allocated)
912 int offset = next_bincl - bincl_list;
917 next_bincl = bincl_list + offset;
919 next_bincl->pst = pst;
920 next_bincl->instance = instance;
921 next_bincl++->name = name;
933 for (bincl = bincl_list; bincl < next_bincl; bincl++)
244 static struct header_file_location *bincl_list, *next_bincl; variable in typeref:struct:

Completed in 150 milliseconds