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

/macosx-10.10.1/vim-55/src/
H A Dgui_photon.c2868 char_u *font_tag; local
2872 font_tag = alloc( MAX_FONT_TAG );
2873 if( font_tag != NULL )
2876 font_tag ) != NULL )
2888 PfQueryFontInfo( font_tag, &info );
2897 return( (GuiFont) font_tag );
2899 vim_free( font_tag );
2967 char_u *font_tag; local
2983 font_tag = PtFontSelection( gui.vimWindow, NULL, NULL,
2986 if( font_tag
3051 char_u *font_tag; local
[all...]

Completed in 72 milliseconds