HomeSort by relevance Sort by last modified time
    Searched refs:MAXPAGES (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/tools/codereview/
lwlp.c 90 #define MAXPAGES 10000
433 page_map = malloc((size_t)(MAXPAGES * sizeof (long *)));
1073 if (current.page_count >= MAXPAGES) {
1074 fatal("page reversal limit (%d) reached", MAXPAGES);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/
man.c 95 #define MAXPAGES 32 /* max # for multiple pages */
256 static char *pages[MAXPAGES];
1263 char *matches[MAXPAGES];
    [all...]

Completed in 120 milliseconds