Searched refs:xp (Results 1 – 3 of 3) sorted by relevance
41 yyParser xp; in main() local42 ParseInit(&xp); in main()43 Parse(&xp, TK_A, 0); in main()44 Parse(&xp, TK_B, 0); in main()45 Parse(&xp, 0, 0); in main()46 ParseFinalize(&xp); in main()51 ParseInit(&xp); in main()54 Parse(&xp, 0, 0); in main()55 ParseFinalize(&xp); in main()60 ParseInit(&xp); in main()[all …]
810 void FindRulePrecedences(struct lemon *xp) in FindRulePrecedences() argument813 for(rp=xp->rule; rp; rp=rp->next){ in FindRulePrecedences()3847 char *cp, *xp; in translate_code() local3932 for(xp= &cp[1]; ISALNUM(*xp) || *xp=='_'; xp++); in translate_code()3933 saved = *xp; in translate_code()3934 *xp = 0; in translate_code()3937 cp = xp; in translate_code()3961 cp = xp; in translate_code()3967 *xp = saved; in translate_code()
1346 const xp = capi.sqlite3_js_db_export(db.pointer);1347 T.assert(xp instanceof Uint8Array)1348 .assert(xp.byteLength>0)1349 .assert(0 === xp.byteLength % 512);