Home
last modified time | relevance | path

Searched refs:IOMAXTRY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h36 #define IOMAXTRY 20 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c373 int maxtry=IOMAXTRY, tdone=0, execflags; in exfile()
562 maxtry = IOMAXTRY; in exfile()
H A Djobs.c671 if(ntry++ > IOMAXTRY) in job_init()