Home
last modified time | relevance | path

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

/dports/lang/pcc/pcc-1.1.0/cc/driver/
H A Ddriver.c186 strlist_exec(struct strlist *l) in strlist_exec() function
348 retval = strlist_exec(&args); in preprocess_input()
374 retval = strlist_exec(&args); in compile_input()
395 retval = strlist_exec(&args); in assemble_input()
508 retval = strlist_exec(&linker_flags); in run_linker()
/dports/lang/pcc/pcc-1.1.0/cc/cc/
H A Dcc.c243 static int strlist_exec(struct strlist *l);
1111 retval = strlist_exec(&args); in compile_input()
1135 retval = strlist_exec(&args); in assemble_input()
1178 retval = strlist_exec(&args); in preprocess_input()
1199 retval = strlist_exec(&linker_flags); in run_linker()
1267 strlist_exec(struct strlist *l) in strlist_exec() function
1308 strlist_exec(struct strlist *l) in strlist_exec() function