Searched refs:yf (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c1854 static char *yank_delete(char * start, char * stop, int dist, int yf) argument
1882 if (yf == YANKDEL) {
2920 int cnt, i, j, dir, yf; local
2923 cnt = yf = dir = 0; // quiet the compiler
3609 yf = YANKDEL; // assume either "c" or "d"
3612 yf = YANKONLY;
3629 dot = yank_delete(p, q, 0, yf); // delete word
3632 dot = yank_delete(p, q, 0, yf); // delete word
3635 dot = yank_delete(p, q, 1, yf); // delete lines

Completed in 55 milliseconds