Searched refs:TAIL (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/
H A Devent-loop.h71 TAIL, enumerator in enum:__anon1513
H A Devent-loop.c224 POSITION can be head or tail, with values TAIL, HEAD.
235 if (position == TAIL)
819 async_queue_event (file_event_ptr, TAIL);
856 async_queue_event (file_event_ptr, TAIL);
1138 async_queue_event (event_ptr, TAIL);
/freebsd-11.0-release/contrib/byacc/
H A Dmstring.c11 ** HEAD+TAIL should be a power of two */
13 #define TAIL 8 macro
75 nl = nl + nl + TAIL;
104 if ((s->base = realloc(s->base, len + len + TAIL)))
107 s->end = s->base + len + len + TAIL;
/freebsd-11.0-release/lib/libc/include/isc/
H A Dlist.h45 #define TAIL(list) ((list).tail) macro
/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dutil.h194 #define TAIL(list) ISC_LIST_TAIL(list) macro
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp799 Code = UnOpInit::TAIL;
817 Code == UnOpInit::TAIL ||
835 if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL) {
H A DRecord.cpp694 case TAIL: {
728 case TAIL: Result = "!tail"; break;
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dtask.c437 for (event = TAIL(task->on_shutdown);
/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h685 enum UnaryOp : uint8_t { CAST, HEAD, TAIL, EMPTY };

Completed in 204 milliseconds