Searched refs:first_line (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-current/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
/freebsd-current/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
/freebsd-current/contrib/byacc/test/btyacc/
H A Derr_inherit4.tab.h29 int first_line; member in struct:YYLTYPE
H A Dbtyacc_demo.tab.c172 int first_line; member in struct:YYLTYPE
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,
688 (*loc).first_line, (*loc).first_column,
697 (*loc).first_line, (*loc).first_column,
706 (*loc).first_line, (*loc).first_column,
715 (*loc).first_line, (*loc).first_column,
724 (*loc).first_line, (*lo
[all...]
H A Dbtyacc_demo.tab.h40 int first_line; member in struct:YYLTYPE
H A Derr_inherit4.tab.c168 int first_line; member in struct:YYLTYPE
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_syntax12.tab.c256 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
263 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
H A Derr_syntax11.tab.c250 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
257 (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 Ddefines3.calc.c270 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
277 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
H A Ddefines2.calc.c270 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
277 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
H A Dempty.tab.c254 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
261 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
/freebsd-current/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;
/freebsd-current/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, \
/freebsd-current/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, \
/freebsd-current/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_screen)
2104 for (value = 0, temp = virtual_scr->first_line; valu
[all...]
H A Dnew_curse.h178 struct _line *first_line; member in struct:WIND
/freebsd-current/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, \
/freebsd-current/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);
1272 my $first_line = 0;
1365 $first_line = $linenr + 1;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp990 if (auto first_line = lines->getNext()) {
991 uint32_t src_file_id = first_line->getSourceFileId();
996 decl.SetColumn(first_line->getColumnNumber());
997 decl.SetLine(first_line->getLineNumber());
1892 if (auto first_line = lines->getNext())
1893 return ParseCompileUnitForUID(first_line->getCompilandId());
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp145 const char *first_line = lines.GetStringAtIndex(0); local
146 if (first_line[0] == ':')
/freebsd-current/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, \
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c852 int was_error = 0, first_line = 1; local
880 if(first_line && strncmp(buf, "error", 5) == 0) {
887 first_line = 0;

Completed in 396 milliseconds

123