version 1.5, 2000/10/25 20:26:57
|
version 1.6, 2000/11/21 18:43:29
|
Line 382 EndLine ([\r][\n]|[\n])
|
Line 382 EndLine ([\r][\n]|[\n])
|
|
|
<S_COMMENT>{ |
<S_COMMENT>{ |
{EndLine}{Spaces}"//"[^\n]*$ {LLDBUG_PRL2("[COMMENT<%s>]\n",yytext); |
{EndLine}{Spaces}"//"[^\n]*$ {LLDBUG_PRL2("[COMMENT<%s>]\n",yytext); |
send("# %s",&yytext[2]); |
send("# %s\n",&yytext[2]); |
} |
} |
[^\n]*{EndLine} { |
[^\n]*{EndLine} { |
send("\n"); BEGIN S_TEXT; |
send("\n"); BEGIN S_TEXT; |
Line 738 EndLine ([\r][\n]|[\n])
|
Line 738 EndLine ([\r][\n]|[\n])
|
} |
} |
|
|
[Pp][Cc][Rr] | |
[Pp][Cc][Rr] | |
[Hh][Gg][Rr] { if (firstparam) firstparam=0; else add_delayed("\">\n\t"); |
[Hh][Gg][Rr] { if (firstparam) firstparam=0; else add_delayed("\"></responseparam>\n\t"); |
add_delayed("<param type=\"hgr\" value=\"on|off\" default=\""); |
add_delayed("<responseparam type=\"hgr\" value=\"on|off\" default=\""); |
dosend=2; |
dosend=2; |
} |
} |
[Tt][Oo][Ll] { LLDBUG_PR2("[tol(%s)]",yytext); |
[Tt][Oo][Ll] { LLDBUG_PR2("[tol(%s)]",yytext); |
if (firstparam) firstparam=0; else add_delayed("\">\n\t"); |
if (firstparam) firstparam=0; else add_delayed("\"></responseparam>\n\t"); |
add_delayed("<param type=\"tol\" value=\"tolerance\" default=\""); |
add_delayed("<responseparam type=\"tol\" value=\"tolerance\" default=\""); |
dosend=2; |
dosend=2; |
} |
} |
[Ss][Ii][Gg] { |
[Ss][Ii][Gg] { |
LLDBUG_PR2("[SIG(%s)]",yytext); |
LLDBUG_PR2("[SIG(%s)]",yytext); |
if (firstparam) firstparam=0; else add_delayed("\">\n\t"); |
if (firstparam) firstparam=0; else add_delayed("\"></responseparam>\n\t"); |
add_delayed("<param type=\"sig\" value=\"int,range,0-12\" default=\""); |
add_delayed("<responseparam type=\"sig\" value=\"int,range,0-12\" default=\""); |
dosend=2; |
dosend=2; |
} |
} |
|
|