Searched refs:then (Results 1 - 25 of 31) sorted by relevance

12

/haiku-fatelf/src/libs/ncurses/misc/
H A Dcleantic.cmd13 if dir = '' then
H A Dchkdef.cmd52 when (new_code = '') | (new_name = '') then
58 when codes.new_name \= 0 then
60 if codes.new_name \= new_code then
65 when names.new_code \= '' then
67 if names.new_code \= new_name then
H A Dmakedef.cmd70 if Left(new_symbol,1) = '"' then
78 if new_code = '' then
83 if Left(new_name,4) = '_nc_' then
102 when new_name = '' then
104 when names.last = new_name then
109 when new_code = 0 then
127 if codes.inx = 0 then
H A Dcmpdef.cmd53 if number = '' || name = '' then
73 if name = '' | number = '' then
79 if numbers.name = 0 then
82 if names.number = '' then
87 else if numbers.name \= number then
/haiku-fatelf/src/bin/zip/
H A Dmktime.c62 time_t then; /* The time to return. */ local
80 be sure, we allow a third try, but then the loop is stopped. */
82 then = loctime;
84 ltm = localtime(&then);
88 then += tzoffset_adj;
100 if (then + 3600 < then)
101 then = (time_t)-1;
103 then += 3600;
107 if (then
[all...]
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duuencode.pas67 if ParamCount < 1 then abort ('No input file specified.');
73 if IOResult > 0 then abort (concat ('Can''t open file ', infilename));
75 if size < 0 then size:=size+65536.0;
81 then outfilename := infilename
84 if ParamCount > 1 then
89 then mode := temp
93 then outfilename := concat(outfilename, defaultExtension);
100 if IOresult = 0 then
108 if ch = 'N' then abort(concat (outfilename, ' not overwritten.'))
115 if ioresult > 0 then abor
[all...]
H A Duudecode.pas19 if lineNum > 0 then write('Line ', lineNum, ': ');
42 if ParamCount = 0 then abort ('Usage: uudecode <filename>');
45 then infilename := concat(infilename, defaultSuffix);
50 if IOresult > 0 then abort (concat('Can''t open ', infilename));
54 if size < 0 then size:=size+65536.0;
74 if index > length(header) then abort ('Incomplete header')
91 if eof(infile) then abort('Nothing to decode.');
96 if eof(infile) then abort('Nothing to decode.');
103 if IOresult = 0 then
111 if ch = 'N' then abor
[all...]
/haiku-fatelf/src/bin/writembr/
H A Dmbr.S220 ; if LBA_adress equals 0 then it's not a valid PBR (it is the MBR)
223 jz no_disk_extentions ;then no_disk_extentions()
236 jc no_disk_extentions ; then use simple read operation
249 jc no_disk_extentions ; then try CHS_read();
253 jne no_bootable_active_partition; then error();
289 jz no_bootable_active_partition; then error("invalid sector");
301 je no_bootable_active_partition; then error("invalid CHS_adress");
309 jnc check_for_bootable_partition; then resume(normal boot sequence)
/haiku-fatelf/src/bin/unzip/
H A Dtimezone.c637 time_t then; /* The time to return. */ local
655 be sure, we allow a third try, but then the loop is stopped. */
657 then = loctime;
659 ltm = localtime(&then);
663 then += tzoffset_adj;
675 if (then + 3600 < then)
676 then = (time_t)-1;
678 then += 3600;
682 if (then
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-go32.c622 long then;
625 then = rawclock () + (timeout * RAWHZ);
628 if (timeout >= 0 && (rawclock () - then) >= 0)
788 long then;
810 then = rawclock () + RAWHZ;
813 if ((rawclock () - then) >= 0)
829 long then;
835 then = rawclock () + RAWHZ / 4;
836 while ((rawclock () - then) < 0)
618 long then; local
784 long then; local
825 long then; local
H A Dser-e7kpc.c184 /* Return next byte from cdp. If no more, then return -1. */
228 long then; local
233 then = now + timeout;
256 if (now >= then && timeout > 0)
H A Dada-lex.l208 then { return THEN; }
621 found. Try first the entire name, then the name without the last
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk75 if [ "$${x}" != "$${xu}" ]; then \
93 if [ -f doc/html/$$g ]; then chmod +w doc/html/$$g; fi;\
117 if [ ! -z "$(GNATHTML)" ]; then \
H A Dconvert_configure.pl77 s/^\s*host=`.*\$ac_config_sub \$host_alias`/$&\nif test -z "\$host"; then host=\$host_alias; fi/;
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk41 $(VC_LIST) | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \
205 @if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
217 @if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
240 if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
348 @if $(VC_LIST_EXCEPT) | grep -l '^ChangeLog$$' >/dev/null; then \
358 @if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
373 @if test -f $(srcdir)/$(Exit_witness_file); then \
454 if test "x$$progs" != x; then \
489 @if test -f $(srcdir)/NEWS; then \
514 >/dev/null; then \
[all...]
H A Dconfigure.bat42 echo and then NMAKE.
/haiku-fatelf/src/bin/gdb/bfd/
H A Dconfigure.com13 $then
/haiku-fatelf/src/bin/
H A Dtop.c414 bigtime_t then; local
467 then = system_time();
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c802 fill = sp; /* if left justified then other */
1406 struct tm then; local
1434 memset(& then, '\0', sizeof(then));
1435 then.tm_sec = second;
1436 then.tm_min = minute;
1437 then.tm_hour = hour;
1438 then.tm_mday = day;
1439 then.tm_mon = month - 1;
1440 then
[all...]
/haiku-fatelf/docs/user/
H A Dapidoc.dox104 -# The first line is empty, then we get to the copyright notice. You may
123 designed to operate on header and source files, and then the blocks of
377 you will end up using every now and then. This section will describe those
443 might then be able to rephrase it to a better style.
581 or function does, then you can add a few paragraphs that explain it in
585 -# You are obliged to then document all the parameters. Use the \c \\param
589 -# If the function is non-void, then you'll have to specify what it will
665 document the possible values there, then don't do that again for the
/haiku-fatelf/src/bin/network/ftp/
H A Dftp.c728 struct timeval then, now, td; local
731 (void)gettimeofday(&then, NULL);
758 timersub(&now, &then, &td);
1060 struct timeval then, now, td; local
1063 (void)gettimeofday(&then, NULL);
1086 timersub(&now, &then, &td);
2072 * too impatient to wait or there's another problem then ftp really
H A Dfetch.c1173 struct timeval then, now, td; local
1177 (void)gettimeofday(&then, NULL);
1209 timersub(&now, &then, &td);
1384 * then a path of the form `/file' (resulting from input of the
1388 * But if we are dealing with URLs like `ftp://host/path' then
1483 * (urltype is CLASSIC_URL_T) then we have a raw directory
1488 * (urltype is FTP_URL_T), then RFC 1738 says we need to
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex385 % Parse an argument, then pass it to #1. The argument is the rest of
406 % First remove any @comment, then any @c comment.
770 % document, then we can reconsider our strategy.
968 % If WORD is `none', then suppress indentation of the first paragraph
969 % after a section heading. If WORD is `insert', then do indent at such
993 % \kern backwards by \parindent, and then reset itself to empty.
1657 % If we use \scriptfonts (8pt), then we can fit this many characters:
1810 % then @kbd has no effect.
2225 % line. We do not start a paragraph here because then if the next
2246 % such as @example, there will be no \parskip glue; then
[all...]
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.cpp700 bigtime_t then = fRecordNode->TimeSource()->Now() + 50000LL; local
701 fRoster->StartNode(fRecordNode->Node(), then);
704 fRecordNode->TimeSource()->RealTimeFor(then, 0));
706 fRoster->StartNode(fAudioInputNode, then);
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex308 % Parse an argument, then pass it to #1. The argument is the rest of
338 % First remove any @c comment, then any @comment.
643 % document, then we can reconsider our strategy.
1459 % then @kbd has no effect.
1858 % line. We do not start a paragraph here because then if the next
2227 % This used to have \hskip1sp. But then the space in a template line is
2509 % text into a \vbox and then do nothing with the result. To minimize
2574 % own to delimit the rest of the line, and then take it out again if we
2674 % @end iftex, since then @set commands inside the conditional have no
3034 % by backing up by \lastskip, doing the \write, then insertin
[all...]

Completed in 283 milliseconds

12