Searched refs:slp_onlist (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c36 * slp_onlist: determines if a token is on a list
162 int slp_onlist(const char *item, const char *list) { function
204 if (slp_onlist(item, *list))
223 if (!*list || !slp_onlist(item, *list))
H A Dslp_targets.c391 if (slp_onlist(s, te->scopes)) {
532 if (slp_onlist(s, sscopes)) {
H A Dslp-internal.h219 extern int slp_onlist(const char *, const char *);

Completed in 62 milliseconds