Searched defs:lvl (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Dtracing.c46 set_level(long lvl) argument
51 set_interpreter_debug_level(debug | lvl);
55 unset_level(long lvl) argument
60 set_interpreter_debug_level(debug & ~lvl);
H A Ddebug.c51 set_interpreter_debug_level(long lvl) argument
53 debug_level = lvl;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c32 static void fixtab ( STR *str, int lvl );
34 static void tab ( STR *str, int lvl );
1557 tab(register STR *str, register int lvl) argument
1559 while (lvl > 1) {
1561 lvl -= 2;
1563 if (lvl)
1568 fixtab(register STR *str, register int lvl) argument
1582 tab(str,lvl);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c2620 unsigned int lvl; local
2630 lvl = (unsigned int) POPi;
2645 if (PerlSock_getsockopt(fd, lvl, optname, SvPVX(sv), &len) < 0)
2664 if (PerlSock_setsockopt(fd, lvl, optname, buf, len) < 0)

Completed in 40 milliseconds