HelenOS sources

gfx_glyph_next_pattern   55 uspace/lib/gfxfont/include/gfx/glyph.h extern gfx_glyph_pattern_t *gfx_glyph_next_pattern(gfx_glyph_pattern_t *);
gfx_glyph_next_pattern  167 uspace/lib/gfxfont/src/glyph.c 		pat = gfx_glyph_next_pattern(pat);
gfx_glyph_next_pattern  205 uspace/lib/gfxfont/src/glyph.c 		pat = gfx_glyph_next_pattern(pat);
gfx_glyph_next_pattern  227 uspace/lib/gfxfont/src/glyph.c 		pat = gfx_glyph_next_pattern(pat);
gfx_glyph_next_pattern  479 uspace/lib/gfxfont/src/glyph.c 		pat = gfx_glyph_next_pattern(pat);
gfx_glyph_next_pattern  410 uspace/lib/gfxfont/test/glyph.c 	pat = gfx_glyph_next_pattern(pat);
HelenOS homepage, sources at GitHub