Searched refs:token (Results 126 - 150 of 255) sorted by relevance

1234567891011

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DconfigProcs.h92 void xf86unGetToken(int token);
H A Dxf86Parser.h451 int token; /* id of the token */ member in struct:__anon8929
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DconfigProcs.h96 void xf86unGetToken(int token);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DconfigProcs.h96 void xf86unGetToken(int token);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DconfigProcs.h96 void xf86unGetToken(int token);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DconfigProcs.h96 void xf86unGetToken(int token);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DconfigProcs.h96 void xf86unGetToken(int token);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DconfigProcs.h110 void xf86unGetToken(int token);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DconfigProcs.h110 void xf86unGetToken(int token);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DconfigProcs.h110 void xf86unGetToken(int token);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgen.c231 * Generate a local variable allocation for each token references
453 * Generate a local variable allocation for each token or rule reference
1202 if ( t->token == ALT )
1216 if ( TokenString(t->token) == NULL ) _gen1("%d", t->token)
1217 else _gen1("%s", TokenString(t->token));
1236 static void MR_LAtokenString(int k,int token) argument
1238 static void MR_LAtokenString(k,token)
1240 int token;
1245 ts=TokenString(token);
[all...]
H A Dsyn.h71 int token; member in struct:_tree
73 int rk; /* if token==EpToken, => how many more tokens req'd */
74 struct _tree *tref; /* if token==TREE_REF */
75 set sref; /* if token==SET */
84 /* a predicate is defined to be a predicate action and a token tree with
248 int line; /* line number that token occurs on */
251 int token; member in struct:TokNode::_toknode
253 unsigned char label;/* token label or expression ? */
255 /* used if token id's are forced to certain positions;
256 * a function walks the tree reassigning token number
[all...]
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_shaderdefs.h348 /* SVGA3D instruction token */
372 /* SVGA3D destination parameter token */
392 /* SVGA3D source parameter token */
456 /* SVGA3D shader token */
514 SVGA3dShaderGetRegType(uint32_t token)
517 src.value = token;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DconfigProcs.h105 void xf86unGetToken(int token);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DconfigProcs.h105 void xf86unGetToken(int token);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg.h110 #define zzcr_attr(attr, token, text) { \
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlregexp.h67 const xmlChar *token,
139 * and for the set with just the empty token
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp916 char *token = nsCRT::strtok(rest, delimiter, &newStr); local
918 while (token) {
919 if (*token) {
921 AppendElement(new nsCString(token));
923 token = nsCRT::strtok(newStr, delimiter, &newStr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c1513 static HRESULT WINAPI d3d8_device_EndStateBlock(IDirect3DDevice8 *iface, DWORD *token) argument
1519 TRACE("iface %p, token %p.\n", iface, token);
1533 *token = d3d8_allocate_handle(&device->handle_table, stateblock, D3D8_HANDLE_SB);
1536 if (*token == D3D8_INVALID_HANDLE)
1544 ++*token;
1546 TRACE("Returning %#x (%p).\n", *token, stateblock);
1551 static HRESULT WINAPI d3d8_device_ApplyStateBlock(IDirect3DDevice8 *iface, DWORD token) argument
1556 TRACE("iface %p, token %#x.\n", iface, token);
1575 d3d8_device_CaptureStateBlock(IDirect3DDevice8 *iface, DWORD token) argument
1596 d3d8_device_DeleteStateBlock(IDirect3DDevice8 *iface, DWORD token) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp347 const char *token, int minCount, int* count)
366 if(0 != PL_strcmp(values[0]+1, token))
346 ReadSectionHeader(nsManifestLineReader& reader, const char *token, int minCount, int* count) argument
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c3608 * @value: a string token input
3609 * @data: data associated to the token to reuse in callbacks
3611 * Push one input token in the execution context
3670 * current token
3690 * @value: a string token input
3691 * @data: data associated to the token to reuse in callbacks
3694 * Push one input token in the execution context
4050 * @value: a string token input
4051 * @data: data associated to the token to reuse in callbacks
4053 * Push one input token i
5660 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, void *data) argument
5700 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5760 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5827 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5914 xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
5982 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
6062 xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Parser.h449 int token; /* id of the token */ member in struct:__anon7572
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Parser.h451 int token; /* id of the token */ member in struct:__anon7937
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Parser.h451 int token; /* id of the token */ member in struct:__anon8293
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Parser.h452 int token; /* id of the token */ member in struct:__anon8608

Completed in 1933 milliseconds

1234567891011