Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrmisc.c4226 static BOOLEAN us_editvariabletextfindpos(INTBIG x, INTBIG y, INTBIG *line, INTBIG *chr);
4326 if (!us_editvariabletextfindpos(x, y, &line, &chr)) return(TRUE); in us_editvariabletexthandlebutton()
4618 if (!us_editvariabletextfindpos(x, y, &line, &chr)) return(FALSE); in us_editvariabletexteachdown()
4670 BOOLEAN us_editvariabletextfindpos(INTBIG xp, INTBIG yp, INTBIG *line, INTBIG *chr) in us_editvariabletextfindpos() function