Home
last modified time | relevance | path

Searched refs:more_modules (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrconf.c75 static int more_modules(struct str_list *, int);
141 if (more_modules(&strlist, i) != SUCCESS) in main()
195 more_modules(struct str_list *listp, int n) in more_modules() function
H A Dstrchg.c98 static int more_modules(struct str_list *, int);
251 more_modules(&Oldlist, i) != SUCCESS) in main()
338 if (more_modules(&newlist, i) != SUCCESS) in main()
530 more_modules(struct str_list *listp, int n) in more_modules() function
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1102 bool more_modules = TRUE; in process_modules() local
1139 more_modules = FALSE; in process_modules()
1206 more_modules = FALSE; in process_modules()
1278 more_modules = FALSE; in process_modules()
1283 } while (more_modules); in process_modules()