Searched refs:_up (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DASTBase.h98 ASTDoublyLinkedBase *_left, *_up; member in class:ASTDoublyLinkedBase
109 ASTBase *up() { return _up; }
111 void setUp(ASTBase *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6
114 PCCTS_AST *up() { return _up; }
116 void setUp(PCCTS_AST *t) { _up = (ASTDoublyLinkedBase *)t; } // MR6
H A DASTBase.cpp195 u->_up = NULL; /* set by calling invocation */
205 ((ASTDoublyLinkedBase *)u->_down)->_up = u; // MR1
224 t->_up = (ASTDoublyLinkedBase *) up;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Drefill.c136 fp->_p = fp->_up;
H A Dungetc.c172 fp->_up = fp->_p;
H A Dfseeko.c218 n = fp->_up - fp->_bf._base;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h212 * _ub, _up, and _ur are used when ungetc() pushes back more characters
216 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
241 unsigned char *_up; /**< saved _p when _p is doing ungetc data */ member in struct:__sFILE

Completed in 445 milliseconds