Searched refs:startline (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.h38 int startline; /* line # of non comments */ member in struct:fileentry
H A Dplcysubr.c104 * - startline, the line number of the first line in the file
153 fe.startline = linecnt;
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c161 static void startline(void);
658 startline();
674 startline();
747 * Called when we've read a newline character. The call to startline() ensures
752 startline();
786 startline(); /* so col makes sense */
822 startline(void) function
840 } /* End of startline */
892 startline();
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h95 ulong_t startline; /* Start line number or zero */ member in struct:s_command
H A Dprocess.c291 if (cp->startline > 0) {
293 cp->startline = 0;
296 } else if (linenum - cp->startline <= cp->a2->u.l)
301 linenum - cp->startline > cp->a2->u.l)) {
306 cp->startline = 0;
323 cp->startline = linenum;
346 cp->startline = 0;
H A Dcompile.c180 cmd->startline = cmd->nonsel = 0;
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c297 int startline; local
444 startline = Line;
457 startline);
472 startline = Line;
479 startline);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_regs.c647 uintptr_t startline, endline; local
652 startline = (uintptr_t)addr & ~(uintptr_t)(x86_clflush_size - 1);
655 while (startline <= endline) {
656 clflush_insn((caddr_t)startline);
657 startline += x86_clflush_size;
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevpolicy.c249 err_print(BAD_ENTRY, fep->startline,
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1318 off_t startline = Ftell (file); local
1319 register off_t line1 = startline;
1320 register off_t line2 = startline;
1321 register off_t line3 = startline;
1344 context.chrctr = startline;
1389 Fseek (file, startline);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c2292 int startline = 0; local
2354 ErrorMsg(ps.filename,startline,

Completed in 69 milliseconds