Lines Matching defs:st
48 static void updateborders(struct dialog *d, struct scrolltext *st) in updateborders()
86 static int textbox_size_position(struct dialog *d, struct scrolltext *st) in textbox_size_position()
104 static int textbox_draw(struct dialog *d, struct scrolltext *st) in textbox_draw()
138 struct scrolltext st; in bsddialog_textbox() local