Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregister.c1142 char_u *pnew; in op_yank() local
1325 if (pnew == NULL) in op_yank()
1330 STRCPY(pnew, curr->y_array[--j]); in op_yank()
1334 curr->y_array[j++] = pnew; in op_yank()
1463 char_u *pnew; in yank_copy_line() local
1470 y_current->y_array[y_idx] = pnew; in yank_copy_line()
1472 pnew += bd->startspaces; in yank_copy_line()
1474 pnew += bd->textlen; in yank_copy_line()
1476 pnew += bd->endspaces; in yank_copy_line()
1484 pnew--; in yank_copy_line()
[all …]
H A Dtextformat.c627 char_u *new, *pnew; in auto_format() local
704 pnew = vim_strnsave(new, len + 2); in auto_format()
705 pnew[len] = ' '; in auto_format()
706 pnew[len + 1] = NUL; in auto_format()
707 ml_replace(curwin->w_cursor.lnum, pnew, FALSE); in auto_format()
H A Dmisc1.c1789 char_u *pnew; in vim_getenv() local
1794 pnew = alloc(pend1 - p + 15); in vim_getenv()
1795 if (pnew != NULL) in vim_getenv()
1797 STRNCPY(pnew, p, (pend1 - p)); in vim_getenv()
1798 STRCPY(pnew + (pend1 - p), "Resources/vim"); in vim_getenv()
1799 p = pnew; in vim_getenv()
H A Dgui_at_fs.c1760 SFvAreaSelectedCallback(Widget w, XtPointer n, XtPointer pnew) in SFvAreaSelectedCallback() argument
1763 int nw = (int)(long)pnew; in SFvAreaSelectedCallback()
1832 SFhAreaSelectedCallback(Widget w, XtPointer n, XtPointer pnew) in SFhAreaSelectedCallback() argument
1835 int nw = (int)(long)pnew; in SFhAreaSelectedCallback()
1928 XtPointer pnew) in SFpathAreaSelectedCallback() argument
1930 int nw = (int)(long)pnew; in SFpathAreaSelectedCallback()