Lines Matching defs:start
409 /* truncate the selection because its start would move out of region */
411 TRACE2(("truncate selection by changing start %d.%d to %d.%d\n",
468 /* truncate the selection because its start would move out of region */
470 TRACE2(("truncate selection by changing start %d.%d to %d.%d\n",
2227 int firstchar, /* char pos on screen to start copying at */
2250 int firstline, /* line on screen to start copying at */
2293 int firstline, /* line on screen to start copying at */
3143 Cardinal start = 0;
3174 sbuf + start,
3175 (int) (dst - start));
3177 start = dst;
3190 if ((dst != start) && really) {
3194 sbuf + start,
3195 (int) (dst - start));