Searched refs:tfclose (Results 1 – 25 of 63) sorted by relevance
123
/dports/net/tinyfugue/tf-50b8/src/ |
H A D | help.c | 58 tfclose(helpfile); in handle_help_command() 100 tfclose(indexfile); in handle_help_command() 104 tfclose(helpfile); in handle_help_command() 151 tfclose(helpfile); in handle_help_command()
|
H A D | history.c | 113 tfclose(hist->logfile); in free_history() 624 if (world->history->logfile) tfclose(world->history->logfile); in stoplog() 764 if (input->logfile) tfclose(input->logfile); in handle_log_command() 766 if (localhist->logfile) tfclose(localhist->logfile); in handle_log_command() 768 if (globalhist->logfile) tfclose(globalhist->logfile); in handle_log_command() 775 tfclose(history->logfile); in handle_log_command() 797 tfclose(history->logfile); in handle_log_command()
|
H A D | funclist.h | 93 funccode(tfclose, 0, 1, 1),
|
H A D | process.c | 269 if (proc->input) result = tfclose(proc->input); in killproc() 310 tfclose(proclist->input); in kill_procs() 612 tfclose(input); in handle_quote_command()
|
H A D | tfio.h | 140 extern int tfclose(TFILE *file);
|
H A D | keyboard.c | 457 tfclose(tfkeyboard); in free_keyboard()
|
H A D | world.c | 403 tfclose(file); in handle_saveworld_command()
|
H A D | expand.c | 529 tfclose(frame->inpipe); /* close inpipe */ \ in prog_interpret() 701 tfclose(*filep); in prog_interpret() 724 tfclose(tfout); in prog_interpret()
|
H A D | command.c | 628 if (tfclose(loadfile) != 0) in do_file_load()
|
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/ |
H A D | help.c | 57 tfclose(helpfile); in handle_help_command() 99 tfclose(indexfile); in handle_help_command() 103 tfclose(helpfile); in handle_help_command() 150 tfclose(helpfile); in handle_help_command()
|
H A D | history.c | 114 tfclose(hist->logfile); in free_history() 650 if (world->history->logfile) tfclose(world->history->logfile); in stoplog() 790 if (input->logfile) tfclose(input->logfile); in handle_log_command() 792 if (localhist->logfile) tfclose(localhist->logfile); in handle_log_command() 794 if (globalhist->logfile) tfclose(globalhist->logfile); in handle_log_command() 801 tfclose(history->logfile); in handle_log_command() 823 tfclose(history->logfile); in handle_log_command()
|
H A D | funclist.h | 104 funccode(tfclose, 0, 1, 1),
|
H A D | process.c | 270 if (proc->input) result = tfclose(proc->input); in killproc() 311 tfclose(proclist->input); in kill_procs() 613 tfclose(input); in handle_quote_command()
|
H A D | tfio.h | 139 extern int tfclose(TFILE *file);
|
H A D | keyboard.c | 458 tfclose(tfkeyboard); in free_keyboard()
|
H A D | world.c | 413 tfclose(file); in handle_saveworld_command()
|
H A D | expand.c | 529 tfclose(frame->inpipe); /* close inpipe */ \ in prog_interpret() 701 tfclose(*filep); in prog_interpret() 724 tfclose(tfout); in prog_interpret()
|
/dports/net/tinyfugue/tf-50b8/tf-lib/ |
H A D | relog.tf | 14 /test tfclose(out)%; \
|
H A D | changes.tf | 23 /test tfclose(_fd)
|
H A D | textutil.tf | 67 (copyio(_handle, "o"), tfclose(_handle)) 74 (copyio("i", _handle), tfclose(_handle))
|
H A D | savehist.tf | 164 /test tfclose(out)%; \
|
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/lib/tf/ |
H A D | relog.tf | 14 /test tfclose(out)%; \
|
H A D | changes.tf | 23 /test tfclose(_fd)
|
H A D | textutil.tf | 67 (copyio(_handle, "o"), tfclose(_handle)) 74 (copyio("i", _handle), tfclose(_handle))
|
H A D | savehist.tf | 164 /test tfclose(out)%; \
|
123