Searched refs:slevel (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dipoptsec.c25 u_char seclevel(slevel)
26 char *slevel;
31 if (!strcasecmp(slevel, so->on_name))
35 fprintf(stderr, "no such security level: %s\n", slevel);
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_get.c64 extern short slevel;
70 if (!inopen && slevel==0)
H A Dex_io.c835 short slevel; variable
855 if (slevel <= 0)
868 slevel++;
877 else if (slevel > 1) {
881 slevel--;
892 slevel--;
H A Dex_cmds2.c43 extern short slevel; /* extern; has level of source() */
272 if (slevel > 0)
H A Dex_vget.c101 extern short slevel, ttyindes;
132 if ((c=read(slevel == 0 ? 0 : ttyindes, &ch, 1)) != 1) {
141 if (beehive_glitch && slevel==0 && c == ESCAPE) {
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c177 ushort slevel; /* Scope level (0 == root) */ variable
H A Dawk3.c692 if (slevel == 0)
1685 if (slevel >= NRECUR)
1719 scope_tag = slevel+1;
1795 ++slevel;
1810 if (temp->n_type == ARRAY && (temp->n_scope == slevel))
1815 --slevel;
H A Dawk.h402 extern ushort_t slevel;

Completed in 108 milliseconds