/freebsd/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 | btyacc_destroy1.tab.c | 382 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 389 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
H A D | calc.tab.c | 363 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 370 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
H A D | calc2.tab.c | 365 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 372 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
H A D | error.tab.c | 249 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 256 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
H A D | inherit0.tab.c | 286 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 293 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
H A D | pure_calc.tab.c | 362 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 369 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
|
/freebsd/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
|
/freebsd/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
|
/freebsd/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
|
/freebsd/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;
|
/freebsd/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;
|
/freebsd/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, \
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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, \
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 873 int was_error = 0, first_line = 1; in go_cmd() local 901 if(first_line && strncmp(buf, "error", 5) == 0) { in go_cmd() 908 first_line = 0; in go_cmd()
|
/freebsd/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, \
|
/freebsd/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, \
|