Home
last modified time | relevance | path

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

/dports/math/xldlas/xldlas/
H A Dlog.c184 fl_set_input(texlog_file_input,""); in set_texlog_inhibits()
200 fl_set_input(texlog_file_input,texlog_name); in set_texlog_inhibits()
365 strcpy(string_one,fl_get_input(texlog_file_input)); in logtexlog_routines()
406 strcpy(string_one,fl_get_input(texlog_file_input)); in logtexlog_routines()
H A Dxldlas.h464 EXTERN FL_OBJECT *texlog_file_input; variable
H A Dfrontend.c1491 texlog_file_input = fl_add_input(FL_NORMAL_INPUT,40,50,160,30,"File:"); in create_frontend()
1492 fl_set_object_lsize(texlog_file_input,FL_NORMAL_SIZE); in create_frontend()
1493 fl_set_object_callback(texlog_file_input, logtexlog_routines, 23); in create_frontend()