Searched refs:at_end (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c126 int at_end; member in struct:file_info_struct
267 p->at_end = 0;
459 if (file->at_end)
475 file->at_end = 1;
500 file->at_end = 1;
848 if (!current_file->at_end)
851 && !current_file->at_end)
989 && !list->file->at_end)
1027 && !list->file->at_end)
/freebsd-11-stable/contrib/dialog/
H A Dbuildlist.c642 int at_end = index2row(&all, -1, which); local
648 at_top, at_bot, at_end,
854 if ((at_end - at_bot) < all.use_height) {
856 row2index(&all, at_end, which),
869 at_bot = MIN(at_bot, at_end);
915 at_bot, now_at, at_end);
920 if (at_bot >= at_end) {
/freebsd-11-stable/contrib/gcc/
H A Dpasses.c123 int at_end)
156 if ((at_end
164 assemble_variable (decl, top_level, at_end, 0);
171 top_level, at_end);
121 rest_of_decl_compilation(tree decl, int top_level, int at_end) argument
H A Ddbxout.c1196 dbxout_handle_pch (unsigned at_end)
1198 if (! at_end)
1193 dbxout_handle_pch(unsigned at_end) argument
H A Dvarasm.c1730 int at_end ATTRIBUTE_UNUSED, int dont_output_data)
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp1196 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, argument
1247 arrow_at_end = at_end;
1807 int at_end = (flags & HAS_RIGHT_ARROW_HEAD) != 0; local
1819 obj->add_arrows(at_start, at_end, a);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c2547 int at_end = 0;
2558 while (! at_end)
2564 at_end = (prefix[plen] == '\0');
2594 if (! at_end)
2526 int at_end = 0; local
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c6140 mips_finish_declare_object (FILE *stream, tree decl, int top_level, int at_end)
6147 && !at_end && top_level
6109 mips_finish_declare_object(FILE *stream, tree decl, int top_level, int at_end) argument

Completed in 246 milliseconds