Home
last modified time | relevance | path

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

123

/src/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c172 int first_line; member
533 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
540 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
679 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
688 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
697 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
706 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
715 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
724 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
733 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
[all …]
H A Derr_inherit4.tab.h29 int first_line; member
H A Dbtyacc_demo.tab.h40 int first_line; member
H A Derr_inherit4.tab.c168 int first_line; member
334 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
341 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
H A Drename_debug.c108 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
115 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
H A Derr_syntax10.tab.c244 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
251 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
H A Dcalc3.tab.c359 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
366 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
H A Dquote_calc2.tab.c388 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
395 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
H A Dcalc_code_all.tab.c375 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
382 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
/src/share/examples/printing/
H A 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
H A Difhp14 read first_line
15 first_two_chars=`expr "$first_line" : '\(..\)'`
29 echo "$first_line" && cat && printf "\f" && exit 0
/src/contrib/smbfs/examples/print/
H A Dlj6l11 read first_line
12 first_two_chars=`expr "$first_line" : '\(..\)'`
19 echo $first_line && cat && printf "\033&l0H" && exit 0
/src/contrib/ee/
H A 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 …]
H A Dnew_curse.h178 struct _line *first_line; member
/src/contrib/byacc/test/
H A 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;
/src/contrib/less/
H A Dforwback.c226 lbool first_line = TRUE; in forw() local
326 add_forw_pos(linepos, first_line); in forw()
327 first_line = FALSE; in forw()
363 if (!first_line) in forw()
/src/tools/build/
H A Dcheckstyle9.pl838 my ($first_line, $end_line) = @_;
848 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) {
851 if ($linenr == $first_line and $line =~ m@^.\s*\*@) {
870 my ($first_line, $end_line) = @_;
871 my $cmt = ctx_locate_comment($first_line, $end_line);
1271 my $first_line = 0;
1364 $first_line = $linenr + 1;
/src/crypto/heimdal/lib/com_err/
H A Dparse.c623 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
630 (Current).first_line = (Current).last_line = \
647 (Loc).first_line, (Loc).first_column, \
/src/crypto/openssl/test/recipes/
H A D25-test_req.t428 my $first_line = <$fh>;
430 ok($first_line =~ /^-----BEGIN ENCRYPTED PRIVATE KEY-----/,
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp990 if (auto first_line = lines->getNext()) { in ParseVariableForPDBData() local
991 uint32_t src_file_id = first_line->getSourceFileId(); in ParseVariableForPDBData()
996 decl.SetColumn(first_line->getColumnNumber()); in ParseVariableForPDBData()
997 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData()
1892 if (auto first_line = lines->getNext()) in GetCompileUnitContainsAddress() local
1893 return ParseCompileUnitForUID(first_line->getCompilandId()); in GetCompileUnitContainsAddress()
/src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp145 const char *first_line = lines.GetStringAtIndex(0); in IOHandlerIsInputComplete() local
146 if (first_line[0] == ':') in IOHandlerIsInputComplete()
/src/crypto/heimdal/lib/sl/
H A 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, \
/src/contrib/unbound/smallapp/
H A Dunbound-control.c890 int was_error = 0, first_line = 1; in go_cmd() local
918 if(first_line && strncmp(buf, "error", 5) == 0) { in go_cmd()
925 first_line = 0; in go_cmd()
/src/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1015 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1022 (Current).first_line = (Current).last_line = \
1039 (Loc).first_line, (Loc).first_column, \
/src/crypto/heimdal/appl/ftp/ftpd/
H A 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