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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_res.c343 int note_num; /* Note number */ local
348 note_num = stream_index * 2 + 1;
349 printf("[%d]", note_num);
350 footnote[note_num] = TRUE;
353 printf("[%d]", note_num + 1);
354 footnote[note_num + 1] = TRUE;
476 int note_num; local
480 note_num = stream_index * 2 + 1;
481 if (footnote[note_num]) {
483 note_num, monitor_i
[all...]

Completed in 11 milliseconds