Searched defs:plugins (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/dss/ |
H A D | dss.c | 83 "[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/cmd/sort/ |
H A D | main.c | 156 "[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 438 milliseconds