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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbuiltins.h52 const char *short_doc; /* Short version of documenation. */ member in struct:builtin
H A Dshell.c1779 set_opts = savestring (shell_builtins[i].short_doc);
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dhelp.c97 printf ("%s: %s\n", name, shell_builtins[i].short_doc);
165 strncpy (blurb + 1, shell_builtins[i].short_doc, 34);
H A Dcommon.c121 fprintf (stderr, "%s\n", current_builtin->short_doc);

Completed in 142 milliseconds