Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dnew_curse.c477 FILE *TFP; /* file pointer to file with terminal des. */ variable
954 if ((TFP = fopen(Term_File_name, "r")) == NULL) in initscr()
1377 while ((!CFOUND) && ((TERM_data_ptr=fgets(Data_Line, 512, TFP)) != NULL)) in Find_term()
1448 …} while (((TERM_data_ptr = fgets(Data_Line, 512, TFP)) != NULL) && ((*TERM_data_ptr == ' ') || (*T… in CAP_PARSE()
1452 rewind(TFP); in CAP_PARSE()
1458 fclose(TFP); in CAP_PARSE()