Searched refs:atomList (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c24 * <expr> ::= {'~'} '[' <atomList> ']' <repeatSymbol>
31 * <atomList> ::= <atom> ( <atom> )*
32 * | { <atomList> } <atom> '-' <atom> { <atomList> }
78 static int atomList( char *p, int complement );
95 static int atomList();
239 * <expr> ::= {'~'} '[' <atomList> ']' <repeatSymbol>
260 if ( atomList( s, complement ) == -1 ) return -1;
320 * <atomList> ::= <atom> { <atom> }*
321 * { <atomList> } <ato
328 static int atomList(char *p, int complement) function
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1924 RTCList<Atom> atomList; local
1926 atomList.append(XInternAtom(m_pDisplay, lstFormats.at(i).c_str(), False));
1928 return atomList;

Completed in 148 milliseconds