Searched refs:start_at_line (Results 1 – 1 of 1) sorted by relevance
202 unsigned char *start_at_line = NULL; /* move to this line at start of session*/ variable2308 else if ((*buff == '+') && (start_at_line == NULL)) in get_options()2311 start_at_line = buff; in get_options()2411 if (start_at_line != NULL) in check_fp()2413 line_num = atoi(start_at_line) - 1; in check_fp()2416 start_at_line = NULL; in check_fp()