svoid tok_dropEmbeddedFunctions(LS tok) { int i; while ((i = jfind(tok, "embedded ")) >= 0) { int j = tok_findEndOfMethodDecl(tok, i); // points to N after function clearTokens_reTok(tok, i, j); } }