Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dsave.h63 void save_offsets(FILE *, char *);
H A Dsave.c636 save_offsets(fp, "set offsets"); in save_set_all()
1632 save_offsets(FILE *fp, char *lead) in save_offsets() function
H A Dshow.c2038 save_offsets(stderr,"\toffsets are"); in show_offsets()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dsave.h63 void save_offsets(FILE *, char *);
H A Dsave.c636 save_offsets(fp, "set offsets"); in save_set_all()
1632 save_offsets(FILE *fp, char *lead) in save_offsets() function
H A Dshow.c2038 save_offsets(stderr,"\toffsets are"); in show_offsets()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dsave.h65 void save_offsets __PROTO((FILE *, char *));
H A Dsave.c601 save_offsets(fp, "set offsets"); in save_set_all()
1684 save_offsets(FILE *fp, char *lead) in save_offsets() function
H A Dshow.c2029 save_offsets(stderr,"\toffsets are"); in show_offsets()
/dports/games/julius/julius-1.7.0/src/widget/
H A Dcity_building_ghost.c90 int save_offsets; member
324 if (reservoir_range_data.save_offsets) { in draw_first_reservoir_range()
376 reservoir_range_data.save_offsets = 1; in draw_draggable_reservoir()
378 reservoir_range_data.save_offsets = 0; in draw_draggable_reservoir()
/dports/games/augustus/augustus-3.1.0/src/widget/
H A Dcity_building_ghost.c153 int save_offsets; member
481 if (reservoir_range_data.save_offsets) { in draw_first_reservoir_range()
539 reservoir_range_data.save_offsets = 1; in draw_draggable_reservoir()
541 reservoir_range_data.save_offsets = 0; in draw_draggable_reservoir()
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_sqio_ascii.c3134 esl_sqascii_WriteFasta(FILE *fp, ESL_SQ *sq, int save_offsets) in esl_sqascii_WriteFasta() argument
3139 if (save_offsets) sq->roff = ftello(fp); in esl_sqascii_WriteFasta()
3143 if (save_offsets) sq->hoff = ftello(fp); in esl_sqascii_WriteFasta()
3147 if (save_offsets) sq->doff = ftello(fp); in esl_sqascii_WriteFasta()
3154 if (save_offsets) sq->eoff = ftello(fp) - 1; in esl_sqascii_WriteFasta()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_sqio_ascii.c3134 esl_sqascii_WriteFasta(FILE *fp, ESL_SQ *sq, int save_offsets) in esl_sqascii_WriteFasta() argument
3139 if (save_offsets) sq->roff = ftello(fp); in esl_sqascii_WriteFasta()
3143 if (save_offsets) sq->hoff = ftello(fp); in esl_sqascii_WriteFasta()
3147 if (save_offsets) sq->doff = ftello(fp); in esl_sqascii_WriteFasta()
3154 if (save_offsets) sq->eoff = ftello(fp) - 1; in esl_sqascii_WriteFasta()