Searched refs:imode (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Dpathfind.c109 mode_t imode; local
112 /* Build imode */
113 imode = 0; nzflag = 0;
119 imode |= RFLAG;
122 imode |= WFLAG;
125 imode |= XFLAG;
128 imode |= BFLAG;
131 imode |= CFLAG;
134 imode |= DFLAG;
137 imode |
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dnewscreen.c282 if (((SP->imode = (enter_insert_mode && exit_insert_mode)) != 0) &&
289 SP->ichok = (SP->imode || insert_character || parm_ich);
H A Dcurshdr.h126 unsigned imode : 1; /* Terminal has insert mode */ member in struct:screen
H A Dwrefresh.c871 if (SP->imode) {
893 if (SP->imode) {
1076 if (SP->imode && !SP->phys_irm)
1085 if (parm_ich && !SP->imode)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h26 int fd, int imode, int perm,
171 const char *mode, int fd, int imode,
H A Dperlio.c286 int imode, int perm, PerlIO *old, int narg, SV **args)
297 fd = PerlLIO_open3(name, imode, perm);
1477 int imode, int perm, PerlIO *f, int narg, SV **args)
1532 tab->name, layers, mode, fd, imode, perm,
1535 f = (*tab->Open) (aTHX_ tab, layera, n, mode, fd, imode, perm,
1871 IV n, const char *mode, int fd, int imode, int perm,
1876 return (*tab->Open) (aTHX_ tab, layers, n - 1, mode, fd, imode, perm,
2343 PerlIOUnix_setfd(pTHX_ PerlIO *f, int fd, int imode) argument
2359 s->oflags = imode;
2407 IV n, const char *mode, int fd, int imode,
285 PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **args) argument
1476 PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
1870 PerlIORaw_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **args) argument
2406 PerlIOUnix_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
2696 PerlIOStdio_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
3404 PerlIOBuf_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
[all...]
H A Dperlio.h228 int fd, int imode, int perm, PerlIO *old,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.xs205 IV n, const char *mode, int fd, int imode, int perm,
228 SV *imodesv = sv_2mortal(newSViv(imode));
261 if ((*tab->Open) (aTHX_ tab, layers, m, mode, fd, imode,
H A Dvia.pm112 =item $obj->SYSOPEN($path,$imode,$perm,[,$fh])
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.xs211 const char *mode, int fd, int imode, int perm,

Completed in 35 milliseconds