Home
last modified time | relevance | path

Searched refs:shf_fileno (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Deval.c1353 ksh_dup2(shf_fileno(shf), 1, false); in comsub()
1361 lseek(shf_fileno(shf), (off_t)0, SEEK_SET); in comsub()
Dsh.h1097 #define shf_fileno(shf) ((shf)->fd) macro