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

/ast/src/cmd/dss/
H A Ddss.c83 "[P:plugins?List plugin information for each \afile\a operand in "
190 char* plugins; local
216 plugins = 0;
265 sfsprintf(plugins = style, sizeof(style), "?%s", opt_info.arg);
284 if (plugins)
288 sep = -streq(plugins, "?list");
291 showplugin(lib, plugins, tmp, &sep, &disc);
295 showplugin(lib, plugins, tmp, &sep, &disc);
/ast/src/lib/libcmd/
H A DMakefile11 /* 2009-04-15 ld.so experiment -- may become a default for all plugins */
/ast/src/cmd/sort/
H A Dmain.c156 "[P:plugins?List plugin information for each \afile\a operand in "
421 * list info for all [selected] plugins on the standard error
478 char* plugins = 0; local
631 plugins = opt_info.arg;
740 * plugins list bails early
743 if (plugins)
744 exit(showplugins(sp, key, plugins));

Completed in 11 milliseconds