Home
last modified time | relevance | path

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

/freebsd/contrib/openpam/t/
H A Dt_openpam_readlinev.c165 T_FUNC(empty_line, "empty line")
317 T(empty_line); in t_prepare()
H A Dt_openpam_readword.c127 T_FUNC(empty_line, "empty line")
967 T(empty_line); in t_prepare()
/freebsd/contrib/less/
H A Doutput.c62 lbool empty_line = TRUE; in put_line_hilite() local
86 if (target && (c == '\n' || c == '\r') && empty_line) in put_line_hilite()
93 empty_line = FALSE; in put_line_hilite()
/freebsd/usr.bin/patch/
H A Dinp.c58 static char empty_line[] = { '\0' }; variable
247 i_ptr[++iline] = empty_line; in plan_a()