HomeSort by: relevance | last modified time | path
    Searched refs:_up (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/wsmoused/
config_lex.l 60 MODE_PROPS button_[0-9]+_down|button_[0-9]+_up|device|fifo|lefthanded|modes|nodaemon|pidfile|slowdown_x|slowdown_y|ttystat|xconsole|xconsole_delay
  /src/lib/libc/stdio/
refill.c 112 fp->_p = fp->_up;
ungetc.c 160 fp->_up = fp->_p;
findfp.c 73 ._up = NULL, \
fseeko.c 201 n = fp->_up - fp->_bf._base;
  /src/sys/dev/pci/
if_ixlvar.h 544 #define IXL_AQ_VSI_UP_SHIFT(_up) ((_up) * 3)
545 #define IXL_AQ_VSI_UP_MASK(_up) (0x7 << (IXL_AQ_VSI_UP_SHIFT(_up))
  /src/include/
stdio.h 106 * _ub (via _ext and struct __sfileext), _up, and _ur are used when ungetc()
110 * data iff _ub._base != NULL) and _up and _ur save the current values of _p
133 unsigned char *_up; /* saved _p when _p is doing ungetc data */ member in struct:__sFILE

Completed in 15 milliseconds