Home
last modified time | relevance | path

Searched refs:incg_type (Results 1 – 3 of 3) sorted by relevance

/dports/print/lout/lout-3.40/
H A Dz49.c402 if( typ == INCGRAPHIC && incg_type(y) == SINCGRAPHIC ) in PS_FindIncGRepeated()
408 else if( typ == SINCGRAPHIC && incg_type(y) == INCGRAPHIC ) in PS_FindIncGRepeated()
1131 fp = OpenIncGraphicFile(string(x), incg_type(x), &full_name,&fpos(x),&cp); in PS_PrintBeforeFirstPage()
H A Dz05.c136 incg_type(fname) = (typ == INCG_REPEATED ? INCGRAPHIC : SINCGRAPHIC); in ReadIncGRepeatedDef()
H A Dexterns.h1773 #define incg_type(x) word_font(x) macro