Home
last modified time | relevance | path

Searched refs:IsPasteEmpty (Results 1 – 4 of 4) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dmisc.h65 bool IsPasteEmpty (int);
H A Ddraw.c765 paste_empty = IsPasteEmpty (TOP_SIDE); in DrawEverything()
772 paste_empty = IsPasteEmpty (BOTTOM_SIDE); in DrawEverything()
H A Dmisc.c707 IsPasteEmpty (int side) in IsPasteEmpty() function
/dports/cad/pcb/pcb-4.2.0/
H A DChangeLog12058 * src/misc.c, src/misc.h: misc.c: Add query function IsPasteEmpty()