getinput         3106 src/actioncompiler/lex.swf4.c    while ((c = getinput()) != '*' && c != EOF)
getinput         3124 src/actioncompiler/lex.swf4.c    if ((c1 = getinput()) != '/' && c != EOF)
getinput         3147 src/actioncompiler/lex.swf4.c    while ((c = getinput()) != '\n' && c != EOF)
getinput         3804 src/actioncompiler/lex.swf5.c    while ((c = getinput()) != '*' && c != EOF)
getinput         3822 src/actioncompiler/lex.swf5.c    if ((c1 = getinput()) != '/' && c != EOF)
getinput         3845 src/actioncompiler/lex.swf5.c    while ((c = getinput()) != '\n' && c != EOF)