Lines Matching refs:current
316 struct stream *current;
325 current = input_streams + stream;
326 memset(current, 0, sizeof(*current));
327 current->name = name;
328 current->fd = fd;
329 current->next_path = next_path;
330 current->path = NULL;
331 current->constant = CONSTANT_FILE_MAYBE;
333 current->pos = *pos;
335 current->pos.stream = -1;
338 current->next_stream = *hash;