Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcommand.c1445 static POSITION get_pipe_pos(constant char *mark_msg, constant char *line_msg, mutable char *mark_c… in get_pipe_pos() function
2426 pipe_pos1 = get_pipe_pos(LM(pipe_mark), LM(pipe_line_number), &mark_char); in commands()
2429 …if ((pipe_pos1 = get_pipe_pos(LM(pipe_first_mark), LM(pipe_first_line_number), NULL)) == NULL_POSI… in commands()
2430 …(pipe_pos2 = get_pipe_pos(LM(pipe_second_mark), LM(pipe_second_line_number), NULL)) == NULL_POSITI… in commands()