Home
last modified time | relevance | path

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

/dports/lang/elk/elk-3.99.8/lib/xwidgets/xaw/
H A Dgrip.c15 t = P_Make_List (Make_Integer (p->num_params), Null); in S_Callback_Grip_Callback()
/dports/lang/elk/elk-3.99.8/lib/xwidgets/
H A Dresource.c314 ret = tail = P_Make_List (Make_Integer (ac), Null); in Get_Values()
354 ret = tail = P_Make_List (Make_Integer (n), Null); in Get_Values()
451 ret = tail = tail2 = P_Make_List (Make_Integer (nr), Null); in Get_Resources()
454 x = tail2 = P_Make_List (Make_Integer (3), Null); in Get_Resources()
H A Daction.c58 params = P_Make_List (Make_Integer (*argc), Null); in Action_Hook()
/dports/lang/elk/elk-3.99.8/lib/xlib/
H A Dextension.c68 t = ret = P_Make_List (Make_Integer (3), Null); in P_Query_Extension()
H A Dutil.c61 t = ret = P_Make_List (Make_Integer (6), False); in P_Parse_Geometry()
H A Dclient.c75 ret = t = P_Make_List (Make_Integer (ac), Null); in P_Wm_Command()
113 ret = t = P_Make_List (Make_Integer (n), Null); in Text_Property_To_String_List()
338 t = P_Make_List (Make_Integer (6), Null); in P_Icon_Sizes()
H A Dcolormap.c100 t = ret = P_Make_List (Make_Integer (3), Null); in P_Alloc_Named_Color()
H A Dwindow.c226 l = t = P_Make_List (Make_Integer (3), Null); in P_Translate_Coordinates()
247 t = l = P_Make_List (Make_Integer (8), Null); in P_Query_Pointer()
H A Dcolor.c82 t = ret = P_Make_List (Make_Integer (3), Null); in P_Color_Rgb_Values()
H A Dpixmap.c138 t = ret = P_Make_List (Make_Integer (5), Null); in P_Read_Bitmap_File()
H A Devent.c505 e = P_Make_List (Make_Integer (3), Null);
536 Argl = P_Make_List (Make_Integer (MAX_ARGS), Null);
H A Dproperty.c132 ret = t = P_Make_List (Make_Integer (4), Null); in P_Get_Property()
H A Ddisplay.c286 t = P_Make_List (Make_Integer (3), Null); in P_List_Pixmap_Formats()
/dports/lang/elk/elk-3.99.8/lib/xwidgets/motif/
H A Dlist.c10 tail = ret = P_Make_List (Make_Integer (len), Null); in String_Table_To_Scheme()
/dports/lang/elk/elk-3.99.8/src/
H A Dlibelk.c459 ret = tail = P_Make_List (Make_Integer (Argc-First_Arg), Null); in P_Command_Line_Args()
H A Dprim.c215 { P_Make_List, "make-list", 2, 2, EVAL },
H A Dlist.c253 Object P_Make_List (Object n, Object init) { in P_Make_List() function
/dports/lang/elk/elk-3.99.8/lib/unix/
H A Dprocess.c201 next = ret = P_Make_List(Make_Integer(n), Null); in P_Getgroups()
/dports/lang/elk/elk-3.99.8/include/
H A Dextern.h239 extern Object P_Make_List (Object, Object);