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

/ndk/sources/host-tools/nawk-20071023/
H A Dawkgram.y97 program: label
H A Drun.c174 Cell *program(Node **a, int n) /* execute an awk program */ function
/ndk/sources/host-tools/make-3.81/
H A Dmain.c1 /* Argument parsing and main program of GNU Make.
456 char *program;
681 _("\nUnhandled exception filter called from program %s\nExceptionCode = %lx\nExceptionFlags = %lx\nExceptionAddress = %p\n"),
1034 /* Figure out where this program lives. */
1039 program = "make";
1043 program = strrchr (argv[0], ']');
1045 program = strrchr (argv[0], '/');
1048 if (program == 0)
1049 program = strrchr (argv[0], '\\');
1055 if (p && p > program)
453 char *program; variable
[all...]

Completed in 1465 milliseconds