Lines Matching defs:line
481 //Also this is only line based search multiline
489 if (!bytes) pos++; //empty line
594 // 0x4 = yank/delete last line fully
688 //find line start by strrchr(/n) ++
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
1002 // TODO: only if we're on the bottom line
1048 //if count is not spesified should go to last line
1349 char *line = 0, *end = 0;
1378 line = toybuf;
1386 //for long lines line starts to scroll when cursor hits margin
1388 end = line;
1413 end = line;
1425 end = line;
1430 end = line;
1439 y = 0, SSOL = TT.screen, line = toybuf;
1442 //if we moved around in long line might need to redraw everything
1448 line = toybuf;
1450 bytes = text_getline(line, SSOL, ARRAY_LEN(toybuf));
1460 if (line && strlen(line)) {
1461 aw = crunch_nstr(&line, clip, bytes, 0, "\t\n", vi_crunch);
1462 crunch_str(&line, TT.screen_width-1, stdout, "\t\n", vi_crunch);
1463 if ( *line ) printf("@");
1467 line = toybuf;
1469 bytes = text_getline(line, SSOL, ARRAY_LEN(toybuf));
1470 } else line = 0;
1475 // Finished updating visual area, show status line.