| /src/contrib/byacc/test/btyacc/ |
| H A D | btyacc_demo.tab.c | 172 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 D | err_inherit4.tab.h | 29 int first_line; member
|
| H A D | btyacc_demo.tab.h | 40 int first_line; member
|
| H A D | err_inherit4.tab.c | 168 int first_line; member 334 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 341 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
| H A D | rename_debug.c | 108 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 115 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
| H A D | err_syntax10.tab.c | 244 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 251 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
| H A D | calc3.tab.c | 359 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 366 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
| H A D | quote_calc2.tab.c | 388 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 395 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
| H A D | calc_code_all.tab.c | 375 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 382 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
| /src/share/examples/printing/ |
| H A 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
|
| H A D | ifhp | 14 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 D | lj6l | 11 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 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 …]
|
| H A D | new_curse.h | 178 struct _line *first_line; member
|
| /src/contrib/byacc/test/ |
| H A 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;
|
| /src/contrib/less/ |
| H A D | forwback.c | 226 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 D | checkstyle9.pl | 838 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 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, \
|
| /src/crypto/openssl/test/recipes/ |
| H A D | 25-test_req.t | 428 my $first_line = <$fh>; 430 ok($first_line =~ /^-----BEGIN ENCRYPTED PRIVATE KEY-----/,
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 990 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 D | REPL.cpp | 145 const char *first_line = lines.GetStringAtIndex(0); in IOHandlerIsInputComplete() local 146 if (first_line[0] == ':') in IOHandlerIsInputComplete()
|
| /src/crypto/heimdal/lib/sl/ |
| H A 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, \
|
| /src/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 890 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 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, \
|
| /src/crypto/heimdal/appl/ftp/ftpd/ |
| H A 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, \
|