Home
last modified time | relevance | path

Searched refs:dispstyle (Results 1 – 5 of 5) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathSize.cpp78 bool dispstyle = (name == "displaystyle"); in mathmlize() local
85 attrs << "displaystyle='" << (dispstyle ? "true" : "false") in mathmlize()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c2290 INTBIG portcliphy, INTBIG dispstyle) in us_writeprotoname() argument
2303 if (dispstyle == 2) return; in us_writeprotoname()
2315 if (dispstyle != 1 && in us_writeprotoname()
2342 if (dispstyle != 1 && ni->proto->primindex == 0 && in us_writeprotoname()
2357 if (dispstyle == 1 || TDGETPOS(pp->textdescript) != VTPOSBOXED) in us_writeprotoname()
2364 if (dispstyle == 1) poly->style = CROSS; else in us_writeprotoname()
2386 poly->string = us_displayedportname(pp, dispstyle); in us_writeprotoname()
2480 CHAR *us_displayedportname(PORTPROTO *pp, INTBIG dispstyle) in us_displayedportname() argument
2485 if (dispstyle == 3) in us_displayedportname()
/dports/editors/xvile/vile-9.8v/filters/
H A Dtex.key294 \dispstyle
/dports/editors/vile/vile-9.8v/filters/
H A Dtex.key294 \dispstyle
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h760 CHAR *us_displayedportname(PORTPROTO *pp, INTBIG dispstyle);