Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dlisp.c162 Strm tmpstrm; in read_form() local
167 tmpstrm.type = filestrm; in read_form()
168 tmpstrm.ptr.fp = fp; in read_form()
169 tmpstrm.numread = 0; in read_form()
170 rslt = read_form_aux(&tmpstrm); in read_form()
185 Strm tmpstrm; in read_form_from_string() local
190 tmpstrm.type = stringstrm; in read_form_from_string()
191 tmpstrm.ptr.sp = str; in read_form_from_string()
192 tmpstrm.numread = 0; in read_form_from_string()
193 rslt = read_form_aux(&tmpstrm); in read_form_from_string()
[all …]