Home
last modified time | relevance | path

Searched refs:start_pos (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/openssh/
H A Dprogressmeter.c68 static off_t start_pos; /* initial position of transfer */ variable
140 transferred = *counter - (cur_pos ? cur_pos : start_pos); in refresh_progress_meter()
150 transferred = end_pos - start_pos; in refresh_progress_meter()
245 start_pos = *ctr; in start_progress_meter()
/dragonfly/contrib/lvm2/dist/tools/
H A Dlvm.c126 static char **_completion(const char *text, int start_pos, in _completion() argument
136 if (start_pos == p) in _completion()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dinput.c44 size_t start_pos; member
53 : line_num (l), start_pos (s), end_pos (e) in line_info()
57 :line_num (0), start_pos (0), end_pos (0) in line_info()
711 *line = c->data + i->start_pos; in read_line_num()
712 *line_len = i->end_pos - i->start_pos; in read_line_num()
718 c->line_start_idx = i->start_pos; in read_line_num()
/dragonfly/contrib/tcsh-6/
H A Dsh.lex.c985 subword(Char *cp, Char type, int *adid, size_t *start_pos) in subword() argument
1009 for (mp = cp + *start_pos; *mp; mp++) { in subword()
1030 *start_pos = wbuf.len; in subword()
/dragonfly/bin/mined/
H A Dmined2.c397 char *start_pos = cur_text; in move_previous_word() local
428 delete(cur_line, textp, cur_line, start_pos); in move_previous_word()