Home
last modified time | relevance | path

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

/dports/lang/eisl/eisl-2.35/
H A Dsyntax.c958 return (f_progn(arg3)); in f_cond()
972 f_progn(arg2); in f_while()
1109 res = f_progn(arg2); in f_block()
1215 res = f_progn(arg2); in f_catch()
1460 f_progn(int arglist) in f_progn() function
1993 res = f_progn(arg2); in f_with_open_input_file()
2032 res = f_progn(arg2); in f_with_open_output_file()
2071 res = f_progn(arg2); in f_with_open_io_file()
2095 res = f_progn(arg2); in f_with_standard_input()
2118 res = f_progn(arg2); in f_with_standard_output()
[all …]
H A Deisl.h899 int f_progn(int x);