Searched refs:at_end (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | listing.c | 126 int at_end; member 267 p->at_end = 0; in file_info() 459 if (file->at_end) in buffer_line() 475 file->at_end = 1; in buffer_line() 500 file->at_end = 1; in buffer_line() 848 if (!current_file->at_end) in print_source() 851 && !current_file->at_end) in print_source() 989 && !list->file->at_end) in listing_listing() 1027 && !list->file->at_end) in listing_listing()
|
| HD | ChangeLog-9295 | 2299 at_end. 2300 (file_info): Initialize at_end, not end_pending. 2301 (buffer_line): If at_end set, just return immediately. Don't 2302 worry about end_pending cases. Set at_end when EOF is read. 2303 (print_source): Check at_end, not end_pending.
|
| HD | ChangeLog-9899 | 4659 * listing.c (buffer_line): If we can't open the file, set at_end.
|
| /freebsd-11-stable/contrib/dialog/ |
| HD | buildlist.c | 642 int at_end = index2row(&all, -1, which); in dlg_buildlist() local 648 at_top, at_bot, at_end, in dlg_buildlist() 854 if ((at_end - at_bot) < all.use_height) { in dlg_buildlist() 856 row2index(&all, at_end, which), in dlg_buildlist() 869 at_bot = MIN(at_bot, at_end); in dlg_buildlist() 915 at_bot, now_at, at_end); in dlg_buildlist() 920 if (at_bot >= at_end) { in dlg_buildlist()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | passes.c | 123 int at_end) in rest_of_decl_compilation() argument 156 if ((at_end in rest_of_decl_compilation() 164 assemble_variable (decl, top_level, at_end, 0); in rest_of_decl_compilation() 171 top_level, at_end); in rest_of_decl_compilation()
|
| HD | dbxout.c | 1193 dbxout_handle_pch (unsigned at_end) in dbxout_handle_pch() argument 1195 if (! at_end) in dbxout_handle_pch()
|
| HD | varasm.c | 1721 int at_end ATTRIBUTE_UNUSED, int dont_output_data) in assemble_variable()
|
| /freebsd-11-stable/contrib/groff/src/preproc/pic/ |
| HD | object.cpp | 1196 void add_arrows(int at_start, int at_end, const arrow_head_type &); 1243 void linear_object::add_arrows(int at_start, int at_end, in add_arrows() argument 1247 arrow_at_end = at_end; in add_arrows() 1807 int at_end = (flags & HAS_RIGHT_ARROW_HEAD) != 0; in make_linear() local 1819 obj->add_arrows(at_start, at_end, a); in make_linear()
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | ia64-gen.c | 2526 int at_end = 0; local 2537 while (! at_end) 2543 at_end = (prefix[plen] == '\0'); 2573 if (! at_end)
|
| /freebsd-11-stable/contrib/gcc/config/mips/ |
| HD | mips.c | 6109 mips_finish_declare_object (FILE *stream, tree decl, int top_level, int at_end) in mips_finish_declare_object() argument 6116 && !at_end && top_level in mips_finish_declare_object()
|