Searched refs:FC_FUNC (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | exec.c | 131 tp = findcom(ap[0], FC_BI|FC_FUNC); 459 int fcflags = FC_BI|FC_FUNC|FC_PATH; 491 fcflags = FC_BI|FC_FUNC|FC_PATH;/* undo effects of command */ 541 tp = findcom(ap[0], fcflags & (FC_BI|FC_FUNC)); 906 flags &= ~FC_FUNC; 915 if (!tp && (flags & FC_FUNC)) { 973 } else if ((flags & FC_FUNC)
|
H A D | table.h | 84 #define FC_FUNC BIT(1) /* function builtin */ macro
|
H A D | c_ksh.c | 456 fcflags = FC_BI | FC_PATH | FC_FUNC; 468 fcflags &= ~(FC_BI | FC_FUNC);
|
/netbsd-src/external/gpl3/autoconf/dist/tests/ |
H A D | fortran.at | 293 #define FOOBAR_FC FC_FUNC (foobar, FOOBAR) 449 #define FOOBAR_FC FC_FUNC (foobar, FOOBAR)
|
/netbsd-src/external/gpl3/autoconf/dist/doc/ |
H A D | autoconf.texi | 8115 @cvindex FC_FUNC 8119 Defines C macros @code{F77_FUNC (name, NAME)}, @code{FC_FUNC (name, NAME)}, 8167 whether @code{F77_FUNC} or @code{FC_FUNC} is defined. 8181 @code{F77_FUNC} or @code{FC_FUNC} (with the same arguments). This is 8193 @acindex{FC_FUNC}
|
H A D | autoconf.info | 6346 Defines C macros `F77_FUNC (name, NAME)', `FC_FUNC (name, NAME)', 6389 checking whether `F77_FUNC' or `FC_FUNC' is defined. 6401 `FC_FUNC' (with the same arguments). This is because some Fortran 23217 * FC_FUNC: Fortran Compiler. (line 202)
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | ChangeLog.3 | 10178 old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
|