Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/vi/
HDv_scroll.c345 offset = (F_ISSET(vp, VC_C1SET) ? vp->count : 1) * (IS_SPLIT(sp) ? in v_pagedown()
396 offset = (F_ISSET(vp, VC_C1SET) ? vp->count : 1) * (IS_SPLIT(sp) ? in v_pageup()
HDvi.h363 #define IS_SPLIT(sp) \ macro
HDvs_refresh.c795 if (IS_SPLIT(sp)) { in vs_modeline()
HDvs_split.c355 if (!IS_SPLIT(sp)) { in vs_discard()
/dragonfly/contrib/nvi2/cl/
HDcl_funcs.c52 y == RLNO(sp, LASTLINE(sp)) && IS_SPLIT(sp)) { in addstr4()
326 if (!F_ISSET(sp, SC_SCR_EXWROTE) && IS_SPLIT(sp)) { in cl_deleteln()
/dragonfly/contrib/gcc-4.7/gcc/
HDgenrecog.c199 #define IS_SPLIT(X) ((X) != RECOG) macro
2154 if (IS_SPLIT (type)) in write_tree()
2221 printf (" %s tem ATTRIBUTE_UNUSED;\n", IS_SPLIT (type) ? "rtx" : "int"); in write_subroutine()
2231 printf (" ret0:\n return %d;\n}\n\n", IS_SPLIT (type) ? 0 : -1); in write_subroutine()