Home
last modified time | relevance | path

Searched refs:S_EMPTY (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dsearch.c27 typedef enum { S_EMPTY, S_EOF, S_NOPREV, S_NOTFOUND, S_SOF, S_WRAP } smsg_t; enumerator
50 search_msg(sp, S_EMPTY); in search_init()
351 search_msg(sp, S_EMPTY); in b_search()
444 case S_EMPTY: in search_msg()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h47493 #define S_EMPTY 0 macro
47495 #define V_EMPTY(x) ((x) << S_EMPTY)
47496 #define G_EMPTY(x) (((x) >> S_EMPTY) & M_EMPTY)