Home
last modified time | relevance | path

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

/dports/net/sacc/sacc-1.01/
H A Dui_ti.c173 unsigned long long printoff = dir ? dir->printoff : 0; in displaystatus() local
274 printoff = dir->printoff; in uidisplay()
279 if (i != printoff) in uidisplay()
317 offline = dir->printoff + lines-1; in movecurline()
327 dir->printoff += l; in movecurline()
330 offline = dir->printoff + l; in movecurline()
340 dir->printoff += l; in movecurline()
377 dir->printoff = 0; in jumptoline()
380 dir->printoff = line; in jumptoline()
387 dir->printoff = lastpagetop; in jumptoline()
[all …]
H A Dui_txt.c99 unsigned long long printoff = dir ? dir->printoff : 0; in printstatus() local
157 nlines = dir->printoff + lines; in uidisplay()
297 if (lines < nitems - dir->printoff && in uiselectitem()
298 lines < (size_t)-1 - dir->printoff) in uiselectitem()
299 dir->printoff += lines; in uiselectitem()
302 if (lines <= dir->printoff) in uiselectitem()
303 dir->printoff -= lines; in uiselectitem()
305 dir->printoff = 0; in uiselectitem()
309 dir->printoff = nitems - lines; in uiselectitem()
311 dir->printoff = 0; in uiselectitem()
[all …]
H A Dcommon.h22 size_t printoff; member
H A Dsacc.c396 dir->printoff = dir->curline = 0; in molddiritem()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucns.c481 printoff() { /* Turn printing off */ in printoff() function
630 printoff(); /* Turn off printer. */
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A Dh5e.mod1235 327 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
1398 0 325 'predef_types_len' 0 328 'printoff' 0 327 'ref_reg_buf_len' 0 330
H A Dh5lt.mod10603 3977 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
17283 'object_namelen_default_f' 0 3971 'printoff' 0 3977 'predef_types_len' 0
H A Dh5tb.mod10526 3830 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
16845 'object_namelen_default_f' 0 3824 'printoff' 0 3830 'predef_types_len' 0
H A Dhdf5.mod10448 3587 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
16358 0 3574 'hsize_t' 0 3577 'printoff' 0 3587 'predef_types' 0 195
H A Dh5im.mod10477 3671 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
16517 'object_namelen_default_f' 0 3665 'printoff' 0 3671 'predef_types_len' 0
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A Dh5e.mod1235 327 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
1398 0 325 'predef_types_len' 0 328 'printoff' 0 327 'ref_reg_buf_len' 0 330
H A Dh5im.mod10477 3671 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
16517 'object_namelen_default_f' 0 3665 'printoff' 0 3671 'predef_types_len' 0
H A Dh5lt.mod10603 3977 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
17283 'object_namelen_default_f' 0 3971 'printoff' 0 3977 'predef_types_len' 0
H A Dh5tb.mod10526 3830 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
16845 'object_namelen_default_f' 0 3824 'printoff' 0 3830 'predef_types_len' 0
H A Dhdf5.mod10448 3587 'printoff' 'h5e' 1 ((PARAMETER UNKNOWN-INTENT UNKNOWN-PROC UNKNOWN)
16358 0 3574 'hsize_t' 0 3577 'printoff' 0 3587 'predef_types' 0 195
/dports/games/vvvvvv/VVVVVV-cb3640e5/mobile_version/src/
H A Ddwgraphicsclass.as2528 public function printoff(x:int, y:int, t:String, r:int, g:int, b:int, cen:Boolean = false):void { method in dwgraphicsclass
2552 printoff(-1, y, t, 0, 0, 0, cen); //kludge :i
2553 printoff(1, y, t, 0, 0, 0, cen);