Lines Matching refs:start
291 char *start;
317 start = end + 1;
318 end = strchr (start, ',');
330 start = temp_str;
335 word_list[comma_count] = atol (start);
337 start = end + 1;
339 end = strchr (start, ',');
342 word_list[comma_count] = atol (start);
1251 * if we can, start before the desired window since we have to throw away
1473 /* setup cmd to start scanning */
1475 write_7[0] = 0x1b; /* code to start scan */
1480 /* start the scan */
1487 /* start the scan */
3419 /* now we can start the actual scan */
3433 DBG (1, "start scan: %s\n", sane_strstatus (status));