Home | History | Annotate | Download | only in src

Lines Matching defs:out

178           /* out of memory */
297 char out;
301 switch(out = *line) {
303 continue; /* this'll break out of the loop */
305 out = '\t';
308 out = '\n';
311 out = '\r';
314 out = '\v';
317 *param++ = out;
330 * NULL is returned on an out of memory condition.