Lines Matching refs:to
14 * calls to functions in this module are #defined to nothing
21 void gsm_debug_words P4( (name, from, to, ptr),
24 int to,
29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
30 while (from <= to) {
35 if (from < to) putc('\n', stderr);
41 void gsm_debug_longwords P4( (name, from, to, ptr),
44 int to,
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
50 while (from <= to) {
56 if (from < to) putc('\n', stderr);