Searched defs:SEARCH_EXTS (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c2614 # define SEARCH_EXTS ".bat", ".cmd", NULL macro
2618 # define SEARCH_EXTS ".cmd", ".btm", ".bat", ".pl", NULL macro
2622 # define SEARCH_EXTS ".pl", ".com", NULL macro
2626 #ifdef SEARCH_EXTS
2627 char *exts[] = { SEARCH_EXTS };
2639 * If SEARCH_EXTS is also defined, will look for each
2640 * scriptname{SEARCH_EXTS} whenever scriptname is not found
2643 * Assuming SEARCH_EXTS is C<".foo",".bar",NULL>, PATH search
2670 /* The first time through, just add SEARCH_EXTS to whatever we
2690 #ifdef SEARCH_EXTS
[all...]

Completed in 23 milliseconds