Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 47) sorted by relevance

12

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c75 errcode = setup_tty(fp, prompts[i].hidden, &saveparm, &osigint); in krb5_prompter_posix()
88 if (prompts[i].hidden) in krb5_prompter_posix()
155 setup_tty(FILE *fp, int hidden, struct termios *saveparm, osiginfo *osigint) in setup_tty() argument
173 if (hidden) in setup_tty()
253 if (prompts[i].hidden) { in krb5_prompter_posix()
267 if (prompts[i].hidden) in krb5_prompter_posix()
272 if (prompts[i].hidden) in krb5_prompter_posix()
H A Dread_pwd.c52 k5prompt.hidden = 1; in krb5_read_password()
/titanic_41/usr/src/lib/libpp/common/
H A Dppcall.c110 old_hidden = pp.hidden; in ppcall()
115 pp.hidden++; in ppcall()
163 if (pp.hidden != old_hidden) in ppcall()
192 old_hidden = pp.hidden; in ppcall()
197 pp.hidden++; in ppcall()
221 if (pp.hidden != old_hidden) in ppcall()
225 if (pp.hidden && !--pp.hidden) in ppcall()
372 pp.hidden++; in ppcall()
446 …if (ret < 0 && sym->hidden && !(pp.mode & EXPOSE) && !(pp.state & HEADER) && (pp.in->type == IN_FI… in ppcall()
H A Dppmisc.c218 if ((pp.state & SYNCLINE) || pp.hidden >= MAXHIDDEN) in ppsync()
220 pp.hidden = 0; in ppsync()
227 m = pp.hidden; in ppsync()
228 pp.hidden = 0; in ppsync()
236 pp.hidden = 0; in ppsync()
H A Dppcontrol.c940 else if (pp.hiding && (var.symbol = ppsymref(pp.symtab, pp.token)) && var.symbol->hidden) in ppcontrol()
1095 pp.hidden++; in ppcontrol()
1241 …if ((pp.option & (DEFINITIONS|PREDEFINITIONS|REGUARD)) && !sym->hidden && !(sym->flags & SYM_MULTI… in ppcontrol()
1422 if (!(sym->flags & SYM_REDEFINE) && !sym->hidden) in ppcontrol()
1542 pp.hidden = 0; in ppcontrol()
1755 if (!sym->hidden && !(sym->hidden = newof(0, struct pphide, 1, 0))) in ppcontrol()
1759 if (!sym->hidden->level++) in ppcontrol()
1764 sym->hidden->macro = sym->macro; in ppcontrol()
1766 sym->hidden->flags = sym->flags; in ppcontrol()
1771 else if (sym->hidden) in ppcontrol()
[all …]
H A Dpplex.c51 #define CACHE() do{CACHEINX();CACHEOUTX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
52 #define CACHEIN() do{CACHEINX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
54 #define CACHEOUT() do{CACHEOUTX();st=pp.state;if(!pp.hidden)spliced=0;}while(0)
94 if ((st & SYNCLINE) || pp.hidden >= MAXHIDDEN) \
96 pp.hidden = 0; \
109 m = pp.hidden; \
110 pp.hidden = 0; \
118 pp.hidden = 0; \
391 pp.hidden = 0; in ppcpp()
404 pp.hidden += error_info.line - comstart; in ppcpp()
[all …]
H A Dpp.tab133 HIDDEN # hidden lines encountered
160 EXPOSE # expose hidden macros
H A DRELEASE36 04-10-01 pplex.c: really fix directive hidden newline logic
37 04-08-31 pplex.c: fix directive hidden newline logic
135 00-12-25 add EXPOSE to expose hidden macros (for #import ...)
351 fix CATLITERAL hidden newline line sync
423 90-03-27 add setpreroot() to ppop() [ sleazy but well hidden ]
H A Dpplib.h302 int hidden; /* hidden newline count */ \
344 struct pphide* hidden; /* hidden symbol info */
/titanic_41/usr/src/lib/libast/common/string/
H A Dtokline.c166 static int hidden; in tokline() local
190 *(d->line = line ? line : &hidden) = 0; in tokline()
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c306 int hidden = (dp->pcd_attr & PCA_HIDDEN || dp->pcd_attr & PCA_SYSTEM); in storeInfoAboutEntry() local
310 if (hidden) in storeInfoAboutEntry()
337 if (hidden) in storeInfoAboutEntry()
344 if (hidden) in storeInfoAboutEntry()
353 hidden, dir, pathCopy); in storeInfoAboutEntry()
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dsnapdir_001_pos.ksh94 for value in hidden visible; do
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfat.h50 __u32 hidden; /* hidden sectors (unused) */ member
H A Ddisk_io.c515 set_partition_hidden_flag (int hidden) in set_partition_hidden_flag() argument
552 if (hidden) in set_partition_hidden_flag()
H A Dshared.h1032 int set_partition_hidden_flag (int hidden);
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c90 prompt.hidden = 1; in krb5_get_as_key_password()
330 prompt[0].hidden = 1; in __krb5_get_init_creds_password()
335 prompt[1].hidden = 1; in __krb5_get_init_creds_password()
/titanic_41/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h689 * filenames as being "hidden" files.
/titanic_41/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh83 snapdir hidden snapdir visible
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg55 hidden"
H A Dsetup.ksh63 log_must $ZFS set snapdir=hidden $TESTPOOL/$TESTFS
/titanic_41/usr/src/cmd/vi/
H A DREADME27 hidden under each.
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.msg71 @ MSG_STV_HIDDEN_NF "hidden"
/titanic_41/usr/src/grub/grub-0.97/
H A DAUTHORS28 hidden menu support, the new Linux loader, serial terminal support,
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_attr.h334 fattr4_hidden hidden; member
/titanic_41/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h145 rsci32 hidden; /* boolean */ member

12