!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ !_TAG_PROGRAM_NAME Exuberant Ctags // !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ !_TAG_PROGRAM_VERSION 5.2.3 // Add builtins.py /^class Add(BuiltinFunction):$/;" c ArgsForSpecialCase builtins.py /^def ArgsForSpecialCase(Builtin, external_data):$/;" f BuiltinAnything builtins.py /^class BuiltinAnything(object):$/;" c BuiltinFunction builtins.py /^class BuiltinFunction(BuiltinAnything):$/;" c BuiltinMacro builtins.py /^class BuiltinMacro(BuiltinAnything):$/;" c Call builtins.py /^ def Call(self, lispargs):$/;" f Call builtins.py /^ def Call(self,lispargs):$/;" f Call evaller.py /^ def Call(self, args):$/;" f CallFunction evaller.py /^def CallFunction(fnName, args, interper=None):$/;" f Car builtins.py /^class Car(BuiltinFunction):$/;" c Cdr builtins.py /^class Cdr(BuiltinFunction):$/;" c Cons builtins.py /^class Cons(BuiltinFunction):$/;" c DebugStream debug.py /^class DebugStream:$/;" c Defun builtins.py /^class Defun(BuiltinMacro):$/;" c Divide builtins.py /^class Divide(BuiltinFunction):$/;" c Eval builtins.py /^class Eval(BuiltinFunction):$/;" c EvalExpr evaller.py /^def EvalExpr(expr, ns, interper=None):$/;" f HelperGen Parser.py /^ def HelperGen(s):$/;" f IILoop main.py /^def IILoop():$/;" f If builtins.py /^class If(BuiltinMacro):$/;" c Interpreter interpreter.py /^class Interpreter:$/;" c IsLiteralLispList Parser.py /^def IsLiteralLispList(s):$/;" f Lambda builtins.py /^class Lambda(BuiltinMacro):$/;" c LispException lisp_excs.py /^class LispException(Exception): pass$/;" c LispFunction evaller.py /^class LispFunction(object):$/;" c MakeBuiltins builtins.py /^def MakeBuiltins(**external_data):$/;" f Map builtins.py /^class Map(BuiltinFunction):$/;" c Modulo builtins.py /^class Modulo(BuiltinFunction):$/;" c Mult builtins.py /^class Mult(BuiltinFunction):$/;" c Not builtins.py /^class Not(BuiltinFunction):$/;" c ParenCount Parser.py /^def ParenCount(s):$/;" f ParseElemsGen Parser.py /^def ParseElemsGen(lispLiteral):$/;" f ParseString Parser.py /^def ParseString( lispListStr):$/;" f ProcessString main.py /^def ProcessString(s):$/;" f PyEval builtins.py /^ def PyEval(cls, lispexpr):$/;" f Quote builtins.py /^class Quote(BuiltinMacro):$/;" c QuotedLispList Parser.py /^def QuotedLispList(s):$/;" f ReplaceSuperBracket Parser.py /^def ReplaceSuperBracket(s):$/;" f RequireException lisp_excs.py /^class RequireException(LispException): pass$/;" c Setopt builtins.py /^class Setopt(BuiltinMacro):$/;" c StripFront Parser.py /^def StripFront(s, delims):$/;" f Substitute evaller.py /^def Substitute(lispList, ns, startfrom=1):$/;" f Subtract builtins.py /^class Subtract(BuiltinFunction):$/;" c Unparse main.py /^def Unparse(ls):$/;" f WellformedLispList Parser.py /^def WellformedLispList(s):$/;" f _GotoMatchingParen Parser.py /^ def _GotoMatchingParen(i, curParenDepth):$/;" f __init__ builtins.py /^ def __init__(self ):$/;" f __init__ builtins.py /^ def __init__(self):$/;" f __init__ builtins.py /^ def __init__(self, fn_ns):$/;" f __init__ builtins.py /^ def __init__(self, interper):$/;" f __init__ evaller.py /^ def __init__(self, params, evals_to, lispname="< no name ever given :( >"):$/;" f __init__ interpreter.py /^ def __init__(self):$/;" f checkargs evaller.py /^ def checkargs(self, args):$/;" f init interpreter.py /^def init():$/;" f make_lispname builtins.py /^ def make_lispname(self):$/;" f make_namespace evaller.py /^ def make_namespace(self, args):$/;" f readopts interpreter.py /^def readopts():$/;" f write debug.py /^ def write(self, s):$/;" f writelines debug.py /^ def writelines(self, ls):$/;" f