Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 120) sorted by relevance

12345

/original-bsd/lib/libc/stdio/
H A Dfwalk.c20 _fwalk(function)
21 register int (*function)();
31 ret |= (*function)(fp);
/original-bsd/old/dbx/tests/pc/
H A Dfproc.p5 procedure print(function frtn :integer);
10 procedure lvl1(function form: integer);
15 function eval :integer;
36 function geval :integer;
H A Dnestedf.p9 function f (var i : integer) : integer;
13 function nestedf (var j : integer) : integer;
H A Dreals.p10 function f (x : real) : real;
/original-bsd/usr.bin/pascal/pdx/test/
H A Dfproc.p14 procedure print(function frtn :integer);
19 procedure lvl1(function form: integer);
24 function eval :integer;
45 function geval :integer;
H A Dbug.p18 function bar (x:integer):integer;
/original-bsd/old/pcc/mip/
H A DFCONVERT13 *** The function label from pass 1 must be put in
14 a file, fort.h. Also, a simple function, tlabel,
17 *** The function `where' must be defined, as well as the
18 function main (which was once on local2.c).
/original-bsd/local/toolchest/ksh/
H A Dsubstring1 # substring function
2 # this function should be equivalent to the substring built-in which was
4 function substring
/original-bsd/local/ditroff/ditroff.okeeffe/chem/
H A Dchem.awk.src12 function init() {
24 function setparams(scale) {
91 function bond(type, i, goes, from) {
136 function dofrom( n, s) {
148 function bracket( t) {
162 function molecule( n, type) {
191 function label( i, v) {
379 function corner(dir) {
472 function fields(n1, n2, i, s) {
484 function set(a, s, i, n, q) {
[all …]
/original-bsd/admin/style/
H A Dstyle49 * If they are an inline expansion of a function, the function is defined
91 * void function __P((int fd));
95 * void function __P((int));
97 static char *function __P((int, const char *));
182 /* No spaces after function names. */
183 if (error = function(a1, a2))
202 * If a function type is declared, it should be on a line
203 * by itself preceeding the function.
206 function(a1, a2, fl, a4)
214 * function declarations should go in the include file "extern.h".
[all …]
/original-bsd/usr.bin/tn3270/ascii/
H A Dtermin.c89 if (ptr->function == FCN_SPACE) { in InitMapping()
230 if (astosc[result].function == FCN_SYNCH) {
238 else if (astosc[result].function == FCN_FLINP) {
241 if (astosc[result].function == FCN_MASTER_RESET) {
/original-bsd/usr.bin/pascal/pdx/tahoe/
H A Dcerror.s12 # I want a special function "syserr" called. This function will
/original-bsd/usr.bin/pascal/pdx/mc68000/
H A Dcerror.s12 # I want a special function "syserr" called. This function will
/original-bsd/usr.bin/pascal/pdx/vax/
H A Dcerror.s12 # I want a special function "syserr" called. This function will
/original-bsd/old/lisp/fp/fp.vax/
H A DfpMeasures.l17 ; The attributes for each functional form and function are:
89 ; corresponding to the function names in 'ListOfFns' and the values
119 ; this is the function called by the system function trace to
135 ; This is called by the system function untrace to disable the tracing
137 ; This removes the named user defined function from the list
H A DprimFp.l24 ; unit function
37 ; unit function
49 ; unit function
65 ; unit function
82 ; unit function
113 ; unit function
H A DcodeGen.l120 ; generate a lisp function definition from an FP parse tree
208 `(function ,q))))
230 `(function ,q))))
/original-bsd/usr.bin/tn3270/api/
H A Dastosc.h26 enum ctlrfcn function; /* Internal function identifier */ member
/original-bsd/usr.bin/vgrind/
H A Dvgrindefs.src31 :pb=(^\d?procedure|function|program\d\p\d|\(|;|\:)|(=\d?record\d):\
37 forward function goto if in label mod nil not of or packed procedure\
83 :pb=(subroutine|function)\d\p\d?\(\a?\):\
84 :bb=(subroutine|function)\d\p\d?\(\a?\):be=^\d?end:\
88 else elsedef enddef filedes for function goto if ifdef ifelse\
92 :pb=(^\d?(procedure|function|module)\d\p\d|\(|;|\:):\
/original-bsd/old/games.vax/compat/Original/
H A Dcompat.s10 # fixup stack by doing rets from compat and the function
/original-bsd/old/games.vax/compat/
H A Dcompat.s10 # fixup stack by doing rets from compat and the function
/original-bsd/old/dbx/tests/cc/out/out.vax/
H A Dsame.out5 10 printf("same function and module names\n");
/original-bsd/old/dbx/tests/cc/out/out.tahoe/
H A Dsame.out5 10 printf("same function and module names\n");
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dinfcmd.c615 register struct symbol *function; local
643 function = find_pc_function (fi->pc);
657 && function != 0)
666 value_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (function));
673 funcaddr = BLOCK_START (SYMBOL_BLOCK_VALUE (function));
676 using_struct_return (value_of_variable (function),
679 BLOCK_GCC_COMPILED (SYMBOL_BLOCK_VALUE (function))));
/original-bsd/usr.bin/pascal/libpc/
H A Dunixio.h18 function TELL(

12345