Home
last modified time | relevance | path

Searched refs:myprint (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dtestavl.c48 static void myprint LDAP_P(( Avlnode *root ));
67 ( void ) myprint( tree ); in main()
140 static void myprint( Avlnode *root ) in myprint() function
Dtesttavl.c48 static void myprint LDAP_P(( TAvlnode *root ));
67 ( void ) myprint( tree ); in main()
148 static void myprint( TAvlnode *root ) in myprint() function
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi14205 Here is an example of a user-defined function, called @code{myprint}, that
14209 function myprint(num)
14216 To illustrate, here is an @command{awk} rule that uses our @code{myprint}
14220 $3 > 0 @{ myprint($3) @}
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19998949 (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
DChangeLog-200212048 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.