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

/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_scroll.c349 offset = (F_ISSET(vp, VC_C1SET) ? vp->count : 1) * (IS_SPLIT(sp) ?
400 offset = (F_ISSET(vp, VC_C1SET) ? vp->count : 1) * (IS_SPLIT(sp) ?
H A Dvi.h365 #define IS_SPLIT(sp) \ macro
H A Dvs_refresh.c798 if (IS_SPLIT(sp)) {
H A Dvs_split.c359 if (!IS_SPLIT(sp)) {
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl_funcs.c56 y == RLNO(sp, LASTLINE(sp)) && IS_SPLIT(sp)) {
330 if (!F_ISSET(sp, SC_SCR_EXWROTE) && IS_SPLIT(sp)) {
/freebsd-10.0-release/contrib/gcc/
H A Dgenrecog.c153 #define IS_SPLIT(X) ((X) != RECOG) macro
2383 if (IS_SPLIT (type))
2452 printf (" %s tem ATTRIBUTE_UNUSED;\n", IS_SPLIT (type) ? "rtx" : "int");
2462 printf (" ret0:\n return %d;\n}\n\n", IS_SPLIT (type) ? 0 : -1);

Completed in 109 milliseconds