| /freebsd-12-stable/contrib/gdb/gdb/tui/ |
| D | tui-windata.c | 204 int first_line = (-1); in tui_display_data_from() local 207 first_line = tui_line_from_reg_element_no (element_no); in tui_display_data_from() 212 if (first_line >= 0) in tui_display_data_from() 217 tui_display_data_from_line (first_line); in tui_display_data_from() 276 int first_line = (-1); in tui_vertical_data_scroll() local 280 first_line = tui_line_from_reg_element_no (first_element_no); in tui_vertical_data_scroll() 287 if (first_line >= 0) in tui_vertical_data_scroll() 292 first_line += num_to_scroll; in tui_vertical_data_scroll() 294 first_line -= num_to_scroll; in tui_vertical_data_scroll() 297 tui_display_data_from_line (first_line); in tui_vertical_data_scroll()
|
| /freebsd-12-stable/contrib/byacc/test/btyacc/ |
| D | btyacc_demo.tab.c | 172 int first_line; member 530 (loc).first_line = ((rhs)[-1]).last_line; \ 537 (loc).first_line = ((rhs)[ 0 ]).first_line; \ 676 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 685 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 694 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 703 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 712 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 721 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 730 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() [all …]
|
| D | err_inherit4.tab.h | 29 int first_line; member
|
| D | btyacc_demo.tab.h | 40 int first_line; member
|
| D | err_inherit4.tab.c | 168 int first_line; member 331 (loc).first_line = ((rhs)[-1]).last_line; \ 338 (loc).first_line = ((rhs)[ 0 ]).first_line; \
|
| D | code_debug.c | 103 (loc).first_line = ((rhs)[-1]).last_line; \ 110 (loc).first_line = ((rhs)[ 0 ]).first_line; \
|
| D | rename_debug.c | 105 (loc).first_line = ((rhs)[-1]).last_line; \ 112 (loc).first_line = ((rhs)[ 0 ]).first_line; \
|
| D | quote_calc-s.tab.c | 379 (loc).first_line = ((rhs)[-1]).last_line; \ 386 (loc).first_line = ((rhs)[ 0 ]).first_line; \
|
| D | quote_calc2-s.tab.c | 379 (loc).first_line = ((rhs)[-1]).last_line; \ 386 (loc).first_line = ((rhs)[ 0 ]).first_line; \
|
| /freebsd-12-stable/share/examples/printing/ |
| D | psif | 8 read first_line 9 first_two_chars=`expr "$first_line" : '\(..\)'` 15 echo "$first_line" && cat && printf "\004" && exit 0 21 ( echo "$first_line"; cat ) | /usr/local/bin/textps && printf "\004" && exit 0
|
| D | ifhp | 14 read first_line 15 first_two_chars=`expr "$first_line" : '\(..\)'` 29 echo "$first_line" && cat && printf "\f" && exit 0
|
| /freebsd-12-stable/contrib/dtc/ |
| D | srcpos.h | 71 int first_line; member 83 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 89 (Current).first_line = (Current).last_line = \
|
| D | srcpos.c | 205 .first_line = 0, 220 pos->first_line = current_srcfile->lineno; in srcpos_update() 259 if (pos->first_line != pos->last_line) in srcpos_string() 261 pos->first_line, pos->first_column, in srcpos_string() 265 pos->first_line, pos->first_column, in srcpos_string() 269 pos->first_line, pos->first_column); in srcpos_string()
|
| /freebsd-12-stable/contrib/smbfs/examples/print/ |
| D | lj6l | 11 read first_line 12 first_two_chars=`expr "$first_line" : '\(..\)'` 19 echo $first_line && cat && printf "\033&l0H" && exit 0
|
| /freebsd-12-stable/contrib/ee/ |
| D | new_curse.c | 709 orig = origin->first_line; 710 dest = destination->first_line; 1506 Ntemp->first_line = temp_screen = Screenalloc(cols); 1507 Ntemp->first_line->number = 0; 1510 Ntemp->line_array[0] = Ntemp->first_line; 1520 Ntemp->first_line->prev_screen = NULL; 2065 for (i = 0, tmp = window->first_line; i < window->Num_lines; i++, tmp = tmp->next_screen) 2079 for (row = 0, tmp = window->first_line; row < window->LY; row++) 2094 …for (value = 0, temp = window->first_line; value < window->Num_lines; value++, temp = temp->next_s… 2104 …for (value = 0, temp = virtual_scr->first_line; value < virtual_scr->Num_lines; value++, temp = te… [all …]
|
| D | new_curse.h | 178 struct _line *first_line; member
|
| /freebsd-12-stable/contrib/byacc/test/ |
| D | btyacc_demo.y | 70 @$.first_line, @$.first_column, 75 @$.first_line, @$.first_column, 80 @$.first_line, @$.first_column, 85 @$.first_line, @$.first_column, 113 @$.first_line = @1.first_line;
|
| /freebsd-12-stable/contrib/gdb/gdb/cli/ |
| D | cli-cmds.c | 809 int first_line = sal.line - get_lines_to_list () / 2; in list_command() local 811 if (first_line < 1) first_line = 1; in list_command() 814 first_line, in list_command() 815 first_line + get_lines_to_list (), in list_command()
|
| /freebsd-12-stable/crypto/heimdal/lib/com_err/ |
| D | parse.c | 623 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 630 (Current).first_line = (Current).last_line = \ 647 (Loc).first_line, (Loc).first_column, \
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | REPL.cpp | 137 const char *first_line = lines.GetStringAtIndex(0); in IOHandlerIsInputComplete() local 138 if (first_line[0] == ':') in IOHandlerIsInputComplete()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | SymbolFilePDB.cpp | 975 if (auto first_line = lines->getNext()) { in ParseVariableForPDBData() local 976 uint32_t src_file_id = first_line->getSourceFileId(); in ParseVariableForPDBData() 981 decl.SetColumn(first_line->getColumnNumber()); in ParseVariableForPDBData() 982 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData() 1896 if (auto first_line = lines->getNext()) in GetCompileUnitContainsAddress() local 1897 return ParseCompileUnitForUID(first_line->getCompilandId()); in GetCompileUnitContainsAddress()
|
| /freebsd-12-stable/crypto/heimdal/lib/sl/ |
| D | slc-gram.c | 597 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 604 (Current).first_line = (Current).last_line = \ 621 (Loc).first_line, (Loc).first_column, \
|
| /freebsd-12-stable/contrib/unbound/smallapp/ |
| D | unbound-control.c | 851 int was_error = 0, first_line = 1; in go_cmd() local 879 if(first_line && strncmp(buf, "error", 5) == 0) { in go_cmd() 886 first_line = 0; in go_cmd()
|
| /freebsd-12-stable/crypto/heimdal/lib/asn1/ |
| D | asn1parse.c | 1015 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 1022 (Current).first_line = (Current).last_line = \ 1039 (Loc).first_line, (Loc).first_column, \
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/ |
| D | ftpcmd.c | 1008 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 1015 (Current).first_line = (Current).last_line = \ 1032 (Loc).first_line, (Loc).first_column, \
|