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

12

/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/dtc/
H A Dsrcpos.h70 int first_line; member in struct:srcpos
82 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
88 (Current).first_line = (Current).last_line = \
H A Dsrcpos.c205 .first_line = 0,
220 pos->first_line = current_srcfile->lineno;
256 printf("first_line : %d\n", pos->first_line);
275 if (pos->first_line != pos->last_line)
277 pos->first_line, pos->first_column,
281 pos->first_line, pos->first_column,
285 pos->first_line, pos->first_column);
/freebsd-10.0-release/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-10.0-release/contrib/unbound/smallapp/
H A Dunbound-control.c272 int was_error = 0, first_line = 1; local
301 if(first_line && strncmp(buf, "error", 5) == 0) {
307 first_line = 0;
/freebsd-10.0-release/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-10.0-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c755 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
762 (Current).first_line = (Current).last_line = \
779 (Loc).first_line, (Loc).first_column, \
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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
H A Dee.c133 struct text *first_line; /* first line of current buffer */ variable in typeref:struct:text
567 curr_line = first_line = txtalloc();
1761 tmp_line = first_line->next_line;
2208 curr_line= first_line;
2486 while (curr_line != first_line)
2550 out_line = first_line;
3058 struct text *tmpline = first_line;
3213 line_holder = first_line;
/freebsd-10.0-release/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-10.0-release/contrib/gcc/
H A Dc-ppoutput.c198 maybe_print_line (pfile->out.first_line);
/freebsd-10.0-release/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-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2727 bool first_line = true; local
2735 if (first_line)
2741 if (!first_line)
2762 if (!first_line)
2765 first_line = false;
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dinternal.h442 source_location first_line; member in struct:cpp_reader::__anon1167
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-exp.c966 Current.first_line = Rhs[1].first_line; \
H A Dm2-exp.c901 Current.first_line = Rhs[1].first_line; \
H A Dcoffread.c1348 enter_linenos (long file_offset, int first_line,
1371 first_line--;
1383 record_line (current_subfile, first_line + L_LNNO32 (&lptr),
1340 enter_linenos(long file_offset, int first_line, int last_line, struct objfile *objfile) argument
H A Df-exp.c781 Current.first_line = Rhs[1].first_line; \
H A Djv-exp.c840 Current.first_line = Rhs[1].first_line; \
H A Dc-exp.c963 Current.first_line = Rhs[1].first_line; \

Completed in 590 milliseconds

12