Lines Matching refs:lisp_integer
1493 coeffs[i].index = lisp_integer(lisp_car(lst)); in read_tables()
1509 pixel->subpixels[channel * NUM_SUBPIXELS + i] = lisp_integer(lisp_car(lst)); in read_tables()
1575 mosaic->metawidth = lisp_integer(vars[0]); in read_protocol()
1576 mosaic->metaheight = lisp_integer(vars[1]); in read_protocol()
1597 int x = lisp_integer(vars[0]); in read_protocol()
1598 int y = lisp_integer(vars[1]); in read_protocol()
1599 int width = lisp_integer(vars[2]); in read_protocol()
1600 int height = lisp_integer(vars[3]); in read_protocol()
1798 default_prepare_width = lisp_integer(vars[0]); in read_rc_file()
1799 default_prepare_height = lisp_integer(vars[1]); in read_rc_file()
1806 default_small_width = lisp_integer(vars[0]); in read_rc_file()
1807 default_small_height = lisp_integer(vars[1]); in read_rc_file()
1831 default_classic_min_distance = lisp_integer(vars[0]); in read_rc_file()
1833 default_collage_min_distance = lisp_integer(vars[0]); in read_rc_file()
1835 default_cheat_amount = lisp_integer(vars[0]); in read_rc_file()
1837 default_forbid_reconstruction_radius = lisp_integer(vars[0]); in read_rc_file()
2428 int val = lisp_integer(var); in main()
2438 int val = lisp_integer(var); in main()