Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_visual.c74 F_SET(sp->frp, FR_CURSORSET); in ex_visual()
H A Dex_tag.c429 F_SET(sp->frp, FR_CURSORSET); in tag_pop()
/freebsd/contrib/nvi/common/
H A Dgs.h29 #define FR_CURSORSET 0x0001 /* If lno/cno values valid. */ macro
H A Dexf.c144 F_CLR(frp, ~FR_CURSORSET); in file_init()
576 if (F_ISSET(sp->frp, FR_CURSORSET)) { in file_cinit()
660 F_SET(frp, FR_CURSORSET); in file_end()
/freebsd/contrib/nvi/vi/
H A Dvs_split.c351 F_SET(sp->frp, FR_CURSORSET); in vs_discard()
722 F_SET(sp->frp, FR_CURSORSET); in vs_swap()
H A Dv_ex.c72 F_SET(sp->frp, FR_CURSORSET); in v_exmode()