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

123

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/dtc/
H A Dsrcpos.h71 int first_line; member in struct:srcpos
83 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
89 (Current).first_line = (Current).last_line = \
H A Dsrcpos.c205 .first_line = 0,
220 pos->first_line = current_srcfile->lineno;
259 if (pos->first_line != pos->last_line)
261 pos->first_line, pos->first_column,
265 pos->first_line, pos->first_column,
269 pos->first_line, pos->first_column);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-windata.c204 int first_line = (-1); local
207 first_line = tui_line_from_reg_element_no (element_no);
209 { /* calculate the first_line from the element number */
212 if (first_line >= 0)
217 tui_display_data_from_line (first_line);
276 int first_line = (-1); local
280 first_line = tui_line_from_reg_element_no (first_element_no);
287 if (first_line >= 0)
292 first_line += num_to_scroll;
294 first_line
[all...]
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Derr_inherit4.tab.h29 int first_line; member in struct:YYLTYPE
H A Dbtyacc_demo.tab.h40 int first_line; member in struct:YYLTYPE
H A Dbtyacc_demo.tab.c172 int first_line; member in struct:YYLTYPE
530 (loc).first_line = ((rhs)[-1]).last_line; \
537 (loc).first_line = ((rhs)[ 0 ]).first_line; \
676 (*loc).first_line, (*loc).first_column,
685 (*loc).first_line, (*loc).first_column,
694 (*loc).first_line, (*loc).first_column,
703 (*loc).first_line, (*loc).first_column,
712 (*loc).first_line, (*loc).first_column,
721 (*loc).first_line, (*lo
[all...]
H A Derr_inherit4.tab.c168 int first_line; member in struct:YYLTYPE
331 (loc).first_line = ((rhs)[-1]).last_line; \
338 (loc).first_line = ((rhs)[ 0 ]).first_line; \
H A Dcode_debug.c103 (loc).first_line = ((rhs)[-1]).last_line; \
110 (loc).first_line = ((rhs)[ 0 ]).first_line; \
H A Drename_debug.c105 (loc).first_line = ((rhs)[-1]).last_line; \
112 (loc).first_line = ((rhs)[ 0 ]).first_line; \
H A Derr_syntax12.tab.c253 (loc).first_line = ((rhs)[-1]).last_line; \
260 (loc).first_line = ((rhs)[ 0 ]).first_line; \
H A Derr_syntax18.tab.c250 (loc).first_line = ((rhs)[-1]).last_line; \
257 (loc).first_line = ((rhs)[ 0 ]).first_line; \
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c815 int first_line = sal.line - get_lines_to_list () / 2;
817 if (first_line < 1) first_line = 1;
820 first_line,
821 first_line + get_lines_to_list (),
810 int first_line = sal.line - get_lines_to_list () / 2; local
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp136 const char *first_line = lines.GetStringAtIndex(0); local
137 if (first_line[0] == ':')
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp971 if (auto first_line = lines->getNext()) {
972 uint32_t src_file_id = first_line->getSourceFileId();
977 decl.SetColumn(first_line->getColumnNumber());
978 decl.SetLine(first_line->getLineNumber());
1895 if (auto first_line = lines->getNext())
1896 return ParseCompileUnitForUID(first_line->getCompilandId());
/freebsd-11-stable/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-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c829 int was_error = 0, first_line = 1; local
857 if(first_line && strncmp(buf, "error", 5) == 0) {
863 first_line = 0;

Completed in 294 milliseconds

123