Home
last modified time | relevance | path

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

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