NoAutoLoad
NoAutoLoad — removes selected AutoLoad rules.
NoAutoLoad ("pattern")
patternA shell style pattern.
The _auto_load_alist_ (a list of all currently stored
AutoLoad rules) with the rules corresponding to the
pattern removed.
This function removes from future consideration any
AutoLoad rules that correspond to the
pattern.
The available patterns are as follows:
* matches any number of characters, including zero.
[c] matches a single character which is a member of the set contained within the
square brackets.
[^c] matches any single character which is not a member of the set contained within
the square brackets.
? matches a single character.
{xx,yy} matches either of the simple strings contained within the braces.
\c (a backslash followed by a character) - matches that character.
![]() | |
This function is not part of the base Gamma executable. It is provided
by a Gamma library require ("/usr/cogent/require/AutoLoadLib.g"); |
See the example for AutoLoad.