Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcommand.c1445 …ic POSITION get_pipe_pos(constant char *mark_msg, constant char *line_msg, mutable char *mark_char) in get_pipe_pos() argument
1452 if (mark_char != NULL) in get_pipe_pos()
1454 spec_char = *mark_char; in get_pipe_pos()
1455 *mark_char = '\0'; in get_pipe_pos()
1462 *mark_char = c; in get_pipe_pos()
1497 if (mark_char != NULL) in get_pipe_pos()
1498 *mark_char = c; in get_pipe_pos()
2425 char mark_char = '|'; in commands() local
2426 pipe_pos1 = get_pipe_pos(LM(pipe_mark), LM(pipe_line_number), &mark_char); in commands()
2427 if (mark_char == '|') /* double pipe: read two marks */ in commands()
[all …]