Searched refs:note_num (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res.c344 int note_num; /* Note number */ local
349 note_num = stream_index * 2 + 1;
350 printf("[%d]", note_num);
351 footnote[note_num] = TRUE;
354 printf("[%d]", note_num + 1);
355 footnote[note_num + 1] = TRUE;
477 int note_num; local
481 note_num = stream_index * 2 + 1;
482 if (footnote[note_num]) {
484 note_num, monitor_i
[all...]

Completed in 10 milliseconds