HomeSort by relevance Sort by last modified time
    Searched refs:shf_iob (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
sh.h 832 #define shl_xtrace (&shf_iob[0]) /* for set -x */
833 #define shl_stdout (&shf_iob[1])
834 #define shl_out (&shf_iob[2])
836 #define shl_dbg (&shf_iob[3]) /* for DF() */
1076 extern struct shf shf_iob[];
    [all...]
main.c 1385 struct shf shf_iob[NSHF_IOB]; variable in typeref:struct:shf
    [all...]

Completed in 261 milliseconds