|
Aegis
4.25.D505
|
Go to the source code of this file.
Functions | |
| void | cmdline_grammar (int, char **) |
| struct string_ty * | stack_relative (struct string_ty *) |
| struct string_ty * | stack_nth (int) |
| int | stack_eliminate (struct string_ty *) |
| void cmdline_grammar | ( | int | , |
| char ** | |||
| ) |
| int stack_eliminate | ( | struct string_ty * | ) |
The stack_eliminate function takes a stack-relative file name, and returns 1 if that file name should be ignored, or 0 if it may be processed.
| struct string_ty* stack_relative | ( | struct string_ty * | ) | [read] |
1.7.6.1