Searched defs:ntflag (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h120 EXTERN int ntflag; /* use ntin ntout tables for name translation */ variable
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c667 int ntflag = (type&sh_state(SH_NTFORK)); local
669 int ntflag = 0; local
1175 no_fork = !ntflag && !(type&(FAMP|FPOU)) &&
1213 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1222 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1226 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0)

Completed in 69 milliseconds