Home
last modified time | relevance | path

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

/dragonfly/games/hack/
H A Dhack.topl.c212 int n, n0, tlpos, dead; in vpline() local
256 tlpos = strlen(toplines); in vpline()
257 tl = toplines + tlpos; in vpline()
259 if (tlpos + n0 > (int)sizeof(toplines) - 1) { in vpline()
260 n0 = sizeof(toplines) - 1 - tlpos; in vpline()
/dragonfly/sbin/dhclient/
H A Dconflex.c59 static int tlpos; variable
88 tlpos = tline = token = ugflag = 0; in new_parse()
184 lexchar = tlpos; in next_token()
204 tlpos = lexchar; in peek_token()
210 lexchar = tlpos; in peek_token()
211 tlpos = x; in peek_token()