Searched refs:ifn (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/std/
H A Ddd.c142 Operand_t ifn; member in struct:__anon225
692 if (!(s = state.ifn.value.string))
694 state.ifn.value.string = "/dev/stdin";
737 error(ERROR_SYSTEM|3, "%s: seek read error", state.ifn.value.string);
742 error(3, "%s: cannot seek past end of file", state.ifn.value.string);
824 error(ERROR_SYSTEM|((f & NOERROR) ? 2 : 3), "%s: read error", state.ifn.value.string);

Completed in 55 milliseconds