Home
last modified time | relevance | path

Searched refs:sc_tokid (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/at/
Dparsetime.c149 static int sc_tokid; /* scanner - token id */ variable
163 return (sc_tokid = Specials[i].value); in parse_token()
202 sc_tokid = EOF; in token()
213 return (sc_tokid); in token()
243 return ((sc_tokid = NUMBER)); in token()
251 return ((sc_tokid = DOT)); in token()
253 return ((sc_tokid = PLUS)); in token()
255 return ((sc_tokid = SLASH)); in token()
257 return ((sc_tokid = JUNK)); in token()
279 plonk(sc_tokid); in expect()
[all …]