Home | History | Annotate | Download | only in soelim

Lines Matching defs:soee

174 	FILE *soee;
178 soee = stdin;
180 soee = openpath(p, file, "r");
181 if (soee == NULL) {
187 c = getc(soee);
192 c = getc(soee);
197 c = getc(soee);
203 c = getc(soee);
218 c = getc(soee);
238 c = getc(soee);
242 if (soee != stdin) {
243 fclose(soee);