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

  /src/distrib/utils/more/
linenum.c 94 #define NPOOL 50 /* Size of line number pool */
102 static struct linenum pool[NPOOL]; /* The pool itself */
119 for (p = pool; p < &pool[NPOOL-2]; p++)
121 pool[NPOOL-2].next = NULL;
124 spare = &pool[NPOOL-1];
  /src/external/bsd/less/dist/
linenum.c 60 #define NPOOL 200 /* Size of line number pool */
66 static struct linenum_info pool[NPOOL]; /* The pool itself */
88 for (p = pool; p < &pool[NPOOL-2]; p++)
90 pool[NPOOL-2].next = NULL;
93 spare = &pool[NPOOL-1];

Completed in 47 milliseconds