repo.or.cz
/
unleashed
/
lotheac.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move /var/svc/log to /var/log/svc
[unleashed/lotheac.git]
/
usr
/
src
/
cmd
/
ipf
/
lib
/
common
/
resetlexer.c
blob
d16a05e0ba39cad8df7e93d3f4037f30334edd13
1
#include
"ipf.h"
2
3
long
string_start
= -
1
;
4
long
string_end
= -
1
;
5
char
*
string_val
=
NULL
;
6
long
pos
=
0
;
7
8
9
void
resetlexer
()
10
{
11
string_start
= -
1
;
12
string_end
= -
1
;
13
string_val
=
NULL
;
14
pos
=
0
;
15
}