static int tok_leftScanAkas(LS tok, int i) { while (eqGet(tok, i-2, "aka") && isIdentifier(get(tok, i-4)) i -= 4; ret i; }