HomeSort by: relevance | last modified time | path
    Searched defs:topl (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.topl.c 1 /* $NetBSD: hack.topl.c,v 1.15 2025/09/22 20:02:27 christos Exp $ */
66 __RCSID("$NetBSD: hack.topl.c,v 1.15 2025/09/22 20:02:27 christos Exp $");
76 static struct topl { struct
77 struct topl *next_topl;
117 struct topl *tl;
  /src/usr.bin/mail/
cmd1.c 494 size_t topl; member in struct:top_core_args_s
513 for (lines = 0; lines < c && lines <= args->topl; lines++) {
537 int topl; local in function:top
541 topl = 5;
544 topl = atoi(valtop);
545 if (topl < 0 || topl > 10000)
546 topl = 5;
548 args.topl = topl;
    [all...]

Completed in 13 milliseconds