Searched refs:ALT (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpoppad.rc91 VK_BACK, IDM_UNDO, VIRTKEY, ALT
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvsnprintf_ss.c79 #define ALT 0x001 /* alternate form */ macro
189 flags |= ALT;
353 if (flags & ALT && _uquad != 0)
385 if (flags & ALT && *cp != '0')
H A Dvfwprintf.c594 #define ALT 0x001 /* alternate form */ macro
900 flags |= ALT;
1234 if (flags & ALT)
1249 if (!(flags & ALT))
1257 if (prec >= 1 || flags & ALT)
1266 if (prec || flags & ALT)
1399 if (flags & ALT &&
1426 (flags & ALT && base == 8))
1429 flags & ALT, xdigs,
1435 (flags & ALT
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c85 if ( tree->token == ALT ) fprintf(stderr, " ALT");
131 * ALT
167 if ( t->token == ALT ) fatal_internal("prune: ALT node in FIRST tree");
392 if ( t->token == ALT && t->right == NULL ) return tappend(t->down, u);
462 /* remove as many ALT nodes as possible while still maintaining semantics */
476 if ( t->token == ALT )
485 /* (? (ALT (? ...)) s) ==> (? (? ...) s) where s = sibling, ? = match any */
486 if ( t->token == ALT
[all...]
H A Dgeneric.h44 #define ALT TokenNum+1 macro
H A Dmrhoist.c283 if (tree->token == ALT ) {
577 require (p->token != ALT,"MR_computeTreeIntersection: p->ALT unexpected\n");
581 require(q->token != ALT,"MR_computeTreeIntersection: q->ALT unexpected\n");
584 result=tnode(ALT);
640 require (p->token != ALT,"MR_computeTreeAND: p->ALT unexpected\n");
644 require(q->token != ALT,"MR_computeTreeAND: q->ALT unexpecte
[all...]
H A Dgen.c1202 if ( t->token == ALT )
1262 if (t->token == ALT) {
1278 if (tree->token == ALT) {
1313 if (tree->token == ALT) {
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHotKeyEditor.cpp296 m_takenModifiers << Qt::ALT; member in class:Qt

Completed in 63 milliseconds