Searched refs:defn (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 94 extern void defn(Cell *, Node *, Node *);
|
D | parse.c | 233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn() function
|
D | awkgram.y | 185 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
|
D | FIXES | 311 added test in defn() to catch function foo(foo), which
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn, 1761 record_target_var (struct nameseq *filenames, char *defn, in record_target_var() argument 1794 v = parse_variable_definition (&p->variable, defn); in record_target_var() 1822 v = try_variable_definition (flocp, defn, origin, 1); in record_target_var()
|
D | aclocal.m4 | 456 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 460 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | aclocal.m4 | 477 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 481 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 485 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 807 % This defn is used inside fill environments such as @defun. 810 % This defn is used inside nofill environments such as @example.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 867 % This defn is used inside fill environments such as @defun. 870 % This defn is used inside nofill environments such as @example.
|