Home
last modified time | relevance | path

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

/freebsd/usr.bin/at/
H A Dparsetime.c151 static int sc_tokid; /* scanner - token id */ variable
167 return sc_tokid = Specials[i].value; in parse_token()
202 sc_tokid = EOF; in token()
211 return sc_tokid; in token()
238 return sc_tokid = NUMBER; in token()
247 return sc_tokid = DOT; in token()
249 return sc_tokid = PLUS; in token()
251 return sc_tokid = MINUS; in token()
253 return sc_tokid = SLASH; in token()
255 return sc_tokid = JUNK; in token()
[all …]