Searched refs:PREV (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/lib/libc/include/isc/
H A Dlist.h92 #define PREV(elt, link) ((elt)->link.prev) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp139 #define CATEGORY(NAME, PREV) \
141 Offset += NUM_BUILTIN_##PREV##_DIAGNOSTICS - DIAG_START_##PREV - 1; \
142 ID -= DIAG_START_##NAME - DIAG_START_##PREV; \
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c230 return PREV | SPECIAL;
449 case PREV | SPECIAL:
650 case PREV:
651 printf(" PREV, ");
/freebsd-11-stable/contrib/amd/amd/
H A Damq_subr.c478 for (mf = AM_LAST(mntfs, qhead); mf != HEAD(mntfs, qhead); mf = PREV(mntfs, mf)) {
488 for (mf = AM_LAST(mntfs, qhead); mf != HEAD(mntfs, qhead); mf = PREV(mntfs, mf)) {
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dutil.h196 #define PREV(elt, link) ISC_LIST_PREV(elt, link) macro
/freebsd-11-stable/sys/sys/
H A Dkbio.h185 #define PREV 0x99 /* switch to previous screen */ macro
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c189 #undef PREV macro
190 #define PREV(ep) ((ep <= FirstEV(SP_PARM)) \ macro
1364 return ValidEvent(PREV(first_invalid));
1454 MEVENT *prev = PREV(eventp);
1463 prev = PREV(prev);
/freebsd-11-stable/contrib/gcc/
H A Dsdbout.c371 PREV is the number describing the target, value or element type.
373 #define PUSH_DERIVED_LEVEL(DT_type,PREV) \
374 ((((PREV) & ~(int) N_BTMASK) << (int) N_TSHIFT) \
376 | ((PREV) & (int) N_BTMASK))
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h127 #define PREV(ty, q) ((ty *) (((qelem *) q)->q_back)) macro
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtask.c440 prev = PREV(event, ev_link);
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c1386 case DBG: case NEXT: case PREV: case PNC:
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c852 case PREV:
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c3876 case PREV:

Completed in 1053 milliseconds