white_space
while (textp != begin_line && (white_space(*textp) || *textp == '\n'))
while (*textp != '\n' && white_space(*textp))