Searched refs:myprint (Results 1 – 5 of 5) sorted by relevance
48 static void myprint LDAP_P(( Avlnode *root ));67 ( void ) myprint( tree ); in main()140 static void myprint( Avlnode *root ) in myprint() function
48 static void myprint LDAP_P(( TAvlnode *root ));67 ( void ) myprint( tree ); in main()148 static void myprint( TAvlnode *root ) in myprint() function
14205 Here is an example of a user-defined function, called @code{myprint}, that14209 function myprint(num)14216 To illustrate, here is an @command{awk} rule that uses our @code{myprint}14220 $3 > 0 @{ myprint($3) @}
8949 (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
12048 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.