Home
last modified time | relevance | path

Searched refs:first_line (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/pg/
H A Dpg.c170 off_t first_line; member
403 old_ss.first_line = 0;
412 new_ss.first_line = initline;
419 new_ss.first_line = 1;
438 new_ss.first_line = new_ss.last_line -
442 if (new_ss.first_line < 1)
443 new_ss.first_line = 1;
446 start = new_ss.first_line;
448 if (new_ss.first_line == old_ss.last_line)
449 start = new_ss.first_line + 1;
[all …]
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1381 Dwarf_Bool check_line, first_line;
1412 first_line = true;
1418 prev_line = first_line ? NULL : *(dbg->de_cu_line_ptr + i - 1);
1437 (first_line ? 0 : prev_line->li_address) < pc)
1439 if (slide == DW_DLS_BACKWARD && !first_line) {
1477 first_line = false;
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c865 yylsp->first_line = yylloc.first_line; in yyparse()