Searched refs:more_modules (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrconf.c77 static int more_modules(struct str_list *, int);
143 if (more_modules(&strlist, i) != SUCCESS)
191 * more_modules(listp, n) allocate space for 'n' modules in 'listp'
197 more_modules(struct str_list *listp, int n) function
H A Dstrchg.c100 static int more_modules(struct str_list *, int);
253 more_modules(&Oldlist, i) != SUCCESS)
340 if (more_modules(&newlist, i) != SUCCESS)
526 * more_modules(listp, n) allocate space for 'n' modules in 'listp'
532 more_modules(struct str_list *listp, int n) function
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c623 bool more_modules = TRUE; local
653 more_modules = FALSE;
693 more_modules = FALSE;
724 more_modules = FALSE;
729 } while (more_modules);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1065 bool more_modules = TRUE; local
1102 more_modules = FALSE;
1169 more_modules = FALSE;
1241 more_modules = FALSE;
1246 } while (more_modules);

Completed in 63 milliseconds