|
Functions |
YCPInteger | Time () |
YCPValue | Sleep (const YCPInteger &ms) |
YCPInteger | Random (const YCPInteger &max) |
YCPInteger | Srandom1 () |
YCPValue | Srandom2 (const YCPInteger &seed) |
YCPValue | Eval (const YCPValue &v) |
YCPString | s_sformat (const YCPValue &format, const YCPValue &_argv) |
YCPValue | Y2Log (loglevel_t level, const YCPString &format, const YCPList &args) |
YCPValue | Y2Debug (const YCPString &format, const YCPList &args) |
YCPValue | Y2Milestone (const YCPString &format, const YCPList &args) |
YCPValue | Y2Warning (const YCPString &format, const YCPList &args) |
YCPValue | Y2Error (const YCPString &format, const YCPList &args) |
YCPValue | Y2Security (const YCPString &format, const YCPList &args) |
YCPValue | Y2Internal (const YCPString &format, const YCPList &args) |
YCPValue | Y2FDebug (const YCPInteger &frame, const YCPString &format, const YCPList &args) |
YCPValue | Y2FMilestone (const YCPInteger &frame, const YCPString &format, const YCPList &args) |
YCPValue | Y2FWarning (const YCPInteger &frame, const YCPString &format, const YCPList &args) |
YCPValue | Y2FError (const YCPInteger &frame, const YCPString &format, const YCPList &args) |
YCPValue | Y2FSecurity (const YCPInteger &frame, const YCPString &format, const YCPList &args) |
YCPValue | Y2FInternal (const YCPInteger &frame, const YCPString &format, const YCPList &args) |
Variables |
StaticDeclaration | static_declarations |