Home
last modified time | relevance | path

Searched refs:first_line (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui-windata.c204 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/
Dbtyacc_demo.tab.c172 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 …]
Derr_inherit4.tab.h29 int first_line; member
Dbtyacc_demo.tab.h40 int first_line; member
Derr_inherit4.tab.c168 int first_line; member
331 (loc).first_line = ((rhs)[-1]).last_line; \
338 (loc).first_line = ((rhs)[ 0 ]).first_line; \
Dcode_debug.c103 (loc).first_line = ((rhs)[-1]).last_line; \
110 (loc).first_line = ((rhs)[ 0 ]).first_line; \
Drename_debug.c105 (loc).first_line = ((rhs)[-1]).last_line; \
112 (loc).first_line = ((rhs)[ 0 ]).first_line; \
Dquote_calc-s.tab.c379 (loc).first_line = ((rhs)[-1]).last_line; \
386 (loc).first_line = ((rhs)[ 0 ]).first_line; \
Dquote_calc2-s.tab.c379 (loc).first_line = ((rhs)[-1]).last_line; \
386 (loc).first_line = ((rhs)[ 0 ]).first_line; \
/freebsd-12-stable/share/examples/printing/
Dpsif8 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
Difhp14 read first_line
15 first_two_chars=`expr "$first_line" : '\(..\)'`
29 echo "$first_line" && cat && printf "\f" && exit 0
/freebsd-12-stable/contrib/dtc/
Dsrcpos.h71 int first_line; member
83 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
89 (Current).first_line = (Current).last_line = \
Dsrcpos.c205 .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/
Dlj6l11 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/
Dnew_curse.c709 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 …]
Dnew_curse.h178 struct _line *first_line; member
/freebsd-12-stable/contrib/byacc/test/
Dbtyacc_demo.y70 @$.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/
Dcli-cmds.c809 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/
Dparse.c623 (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/
DREPL.cpp137 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/
DSymbolFilePDB.cpp975 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/
Dslc-gram.c597 (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/
Dunbound-control.c851 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/
Dasn1parse.c1015 (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/
Dftpcmd.c1008 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1015 (Current).first_line = (Current).last_line = \
1032 (Loc).first_line, (Loc).first_column, \

123