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

/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h36 fa, fi, fj, fo, fr, fy, enumerator in enum:__anon4411
H A Dlang.c446 { fy, "fy", "Frisian" },
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c112 #define NOT_LOCAL(fy, fx, ty, tx) ((tx > LONG_DIST) \
114 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))
1039 int fy, fx, ty, tx, n, i; local
1048 puts("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
1063 } else if (sscanf(buf, "%d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1069 mvcur(fy, fx, ty, tx);
1076 } else if (sscanf(buf, "s %d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1082 _nc_scrolln(fy, fx, ty, tx);

Completed in 191 milliseconds