Lines Matching defs:text_sol
414 static size_t text_sol(size_t offset)
443 offset = text_sol(offset);
445 if (offset && text_byte(offset-1) != '\n') offset = text_sol(offset-1);
762 TT.cursor = text_sol(TT.screen);
768 TT.cursor = text_sol(TT.screen);
775 TT.cursor = text_sol(TT.screen);
797 size_t pos = text_sol(TT.cursor); //go left to first char on line
810 size_t pos = text_sol(TT.cursor); //go left to first char on line
948 TT.cursor = text_sol(TT.cursor);
1056 TT.cursor = text_sol(TT.cursor-1);
1099 TT.cursor = text_sol(TT.cursor);
1376 SOL = text_sol(TT.cursor);