Searched refs:srcline (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/lib/libvgl/ |
| HD | bitmap.c | 296 int srcline, dstline; in __VGLBitmapCopy() local 324 for (srcline=srcy, dstline=dsty; srcline<srcy+hight; srcline++, dstline++) { in __VGLBitmapCopy() 326 (src->Bitmap+(srcline*src->VXsize)+srcx)); in __VGLBitmapCopy() 330 for (srcline=srcy, dstline=dsty; srcline<srcy+hight; srcline++, dstline++) { in __VGLBitmapCopy() 331 ReadVerticalLine(src, srcx, srcline, width, in __VGLBitmapCopy() 346 for (srcline=srcy, dstline=dsty; srcline<srcy+hight; srcline++, dstline++) { in __VGLBitmapCopy() 347 ReadVerticalLine(src, srcx, srcline, width, p); in __VGLBitmapCopy()
|
| /NextBSD/sys/dev/aic7xxx/aicasm/ |
| HD | aicasm_insformat.h | 106 u_int srcline; member
|
| HD | aicasm.c | 611 while (line < cur_instr->srcline) { in output_listing() 633 if (line == cur_instr->srcline) { in output_listing() 745 new_instr->srcline = yylineno; in seq_alloc()
|