Lines Matching defs:level
1003 * set level of debugging.
1387 /* level may have changed */
2247 * protection level, or NULL if the input level is not found.
2250 getlevel(int level)
2254 for (p = levels; (p != NULL) && (p->p_level != level); p++)
2266 * Set control channel protection level.
2291 (void) printf("Using %s protection level for commands.\n",
2300 (void) printf("%s: unknown protection level\n", argv[1]);
2306 (void) printf("Cannot set protection level to %s\n",
2317 (void) printf("Control channel protection level set to %s.\n",
2322 * Set data channel protection level.
2348 (void) printf("%s: unknown protection level\n", argv[1]);
2354 (void) printf("Cannot set protection level to %s\n",
2367 * Set clear command protection level.
2378 * Set clear data protection level.
2389 * Set safe data protection level.
2400 * Set private data protection level.