Home
last modified time | relevance | path

Searched refs:his (Results 1 – 25 of 10226) sorted by relevance

12345678910>>...410

/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhistory.c27 g_free (his->lines[his->realpos]); in history_add()
28 his->lines[his->realpos] = g_strdup (text); in history_add()
29 his->realpos++; in history_add()
32 his->pos = his->realpos; in history_add()
65 if (his->pos == his->realpos - 1) in history_down()
67 his->pos++; in history_down()
79 return his->lines[his->pos]; in history_down()
96 if (his->pos == his->realpos + 1) in history_up()
109 (!his->lines[his->pos] || strcmp(current_text, his->lines[his->pos])) && in history_up()
110 (!his->lines[his->realpos] || strcmp(current_text, his->lines[his->pos])) in history_up()
[all …]
/dports/graphics/epdfview/epdfview-0.1.8/
H A DTHANKS6 - Alex Dedul <rotmer@gmail.com>, for his patch.
8 - b0ntrict0r@yandex.ru, for his patch.
9 - Dennis Sheil <dennis-poppler@vartmp.com>, for his patch.
11 - ewtoombs <ewtoombs@uwaterloo.ca>, for his patches.
12 - François Wendling <frwendling@free.fr>, for his man page.
23 - Jim Ramsay <i.am@jimramsay.com>, for his patches.
25 - Lester Godwin <lgodwin@pushcorp.com>, for his patches.
26 - LoneFox <>, for his patches.
39 - Rafał Mużyło <galtgendo@o2.pl>, for his patches.
44 - tbm <tbm@home.nl>, for his patches.
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/cplus/
H A Drctime.h85 inline void RCTime::operator=(PRTime his) {
86 gmt = his;
89 gmt = his.gmt;
94 return (gmt < his.gmt) ? PR_TRUE : PR_FALSE;
98 return (gmt > his.gmt) ? PR_TRUE : PR_FALSE;
115 gmt += his.gmt;
120 gmt -= his.gmt;
123 inline RCTime& RCTime::operator/=(PRUint64 his)
125 gmt /= his;
128 inline RCTime& RCTime::operator*=(PRUint64 his)
[all …]
H A Drcinrval.h77 interval = his.interval; in RCInterval()
89 inline void RCInterval::operator=(const RCInterval& his)
91 interval = his.interval;
94 inline void RCInterval::operator=(PRIntervalTime his)
96 interval = his;
103 inline PRBool RCInterval::operator<(const RCInterval& his)
105 return (interval < his.interval)? PR_TRUE : PR_FALSE;
107 inline PRBool RCInterval::operator>(const RCInterval& his)
109 return (interval > his.interval) ? PR_TRUE : PR_FALSE;
130 interval += his.interval;
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/cplus/
H A Drctime.h85 inline void RCTime::operator=(PRTime his) {
86 gmt = his;
89 gmt = his.gmt;
94 return (gmt < his.gmt) ? PR_TRUE : PR_FALSE;
98 return (gmt > his.gmt) ? PR_TRUE : PR_FALSE;
115 gmt += his.gmt;
120 gmt -= his.gmt;
123 inline RCTime& RCTime::operator/=(PRUint64 his)
125 gmt /= his;
128 inline RCTime& RCTime::operator*=(PRUint64 his)
[all …]
H A Drcinrval.h77 interval = his.interval; in RCInterval()
89 inline void RCInterval::operator=(const RCInterval& his)
91 interval = his.interval;
94 inline void RCInterval::operator=(PRIntervalTime his)
96 interval = his;
103 inline PRBool RCInterval::operator<(const RCInterval& his)
105 return (interval < his.interval)? PR_TRUE : PR_FALSE;
107 inline PRBool RCInterval::operator>(const RCInterval& his)
109 return (interval > his.interval) ? PR_TRUE : PR_FALSE;
130 interval += his.interval;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/cplus/
H A Drctime.h81 inline void RCTime::operator=(PRTime his) { gmt = his; }
82 inline void RCTime::operator=(const RCTime& his) { gmt = his.gmt; }
84 inline PRBool RCTime::operator<(const RCTime& his)
86 inline PRBool RCTime::operator>(const RCTime& his)
88 inline PRBool RCTime::operator<=(const RCTime& his)
96 { gmt += his.gmt; return *this; }
98 { gmt -= his.gmt; return *this; }
99 inline RCTime& RCTime::operator/=(PRUint64 his)
100 { gmt /= his; return *this; }
101 inline RCTime& RCTime::operator*=(PRUint64 his)
[all …]
H A Drcinrval.h76 { interval = his.interval; } in RCInterval()
83 inline void RCInterval::operator=(const RCInterval& his)
84 { interval = his.interval; }
86 inline void RCInterval::operator=(PRIntervalTime his)
87 { interval = his; }
89 inline PRBool RCInterval::operator==(const RCInterval& his)
91 inline PRBool RCInterval::operator<(const RCInterval& his)
93 inline PRBool RCInterval::operator>(const RCInterval& his)
95 inline PRBool RCInterval::operator<=(const RCInterval& his)
105 { interval += his.interval; return *this; }
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/cplus/
H A Drctime.h81 inline void RCTime::operator=(PRTime his) { gmt = his; }
82 inline void RCTime::operator=(const RCTime& his) { gmt = his.gmt; }
84 inline PRBool RCTime::operator<(const RCTime& his)
86 inline PRBool RCTime::operator>(const RCTime& his)
88 inline PRBool RCTime::operator<=(const RCTime& his)
96 { gmt += his.gmt; return *this; }
98 { gmt -= his.gmt; return *this; }
99 inline RCTime& RCTime::operator/=(PRUint64 his)
100 { gmt /= his; return *this; }
101 inline RCTime& RCTime::operator*=(PRUint64 his)
[all …]
H A Drcinrval.h76 { interval = his.interval; } in RCInterval()
83 inline void RCInterval::operator=(const RCInterval& his)
84 { interval = his.interval; }
86 inline void RCInterval::operator=(PRIntervalTime his)
87 { interval = his; }
89 inline PRBool RCInterval::operator==(const RCInterval& his)
91 inline PRBool RCInterval::operator<(const RCInterval& his)
93 inline PRBool RCInterval::operator>(const RCInterval& his)
95 inline PRBool RCInterval::operator<=(const RCInterval& his)
105 { interval += his.interval; return *this; }
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/src/cplus/
H A Drctime.h85 inline void RCTime::operator=(PRTime his) {
86 gmt = his;
89 gmt = his.gmt;
94 return (gmt < his.gmt) ? PR_TRUE : PR_FALSE;
98 return (gmt > his.gmt) ? PR_TRUE : PR_FALSE;
115 gmt += his.gmt;
120 gmt -= his.gmt;
123 inline RCTime& RCTime::operator/=(PRUint64 his)
125 gmt /= his;
128 inline RCTime& RCTime::operator*=(PRUint64 his)
[all …]
H A Drcinrval.h77 interval = his.interval; in RCInterval()
89 inline void RCInterval::operator=(const RCInterval& his)
91 interval = his.interval;
94 inline void RCInterval::operator=(PRIntervalTime his)
96 interval = his;
103 inline PRBool RCInterval::operator<(const RCInterval& his)
105 return (interval < his.interval)? PR_TRUE : PR_FALSE;
107 inline PRBool RCInterval::operator>(const RCInterval& his)
109 return (interval > his.interval) ? PR_TRUE : PR_FALSE;
130 interval += his.interval;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/cplus/
H A Drctime.h85 inline void RCTime::operator=(PRTime his) {
86 gmt = his;
89 gmt = his.gmt;
94 return (gmt < his.gmt) ? PR_TRUE : PR_FALSE;
98 return (gmt > his.gmt) ? PR_TRUE : PR_FALSE;
115 gmt += his.gmt;
120 gmt -= his.gmt;
123 inline RCTime& RCTime::operator/=(PRUint64 his)
125 gmt /= his;
128 inline RCTime& RCTime::operator*=(PRUint64 his)
[all …]
H A Drcinrval.h77 interval = his.interval; in RCInterval()
89 inline void RCInterval::operator=(const RCInterval& his)
91 interval = his.interval;
94 inline void RCInterval::operator=(PRIntervalTime his)
96 interval = his;
103 inline PRBool RCInterval::operator<(const RCInterval& his)
105 return (interval < his.interval)? PR_TRUE : PR_FALSE;
107 inline PRBool RCInterval::operator>(const RCInterval& his)
109 return (interval > his.interval) ? PR_TRUE : PR_FALSE;
130 interval += his.interval;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/cplus/
H A Drctime.h85 inline void RCTime::operator=(PRTime his) {
86 gmt = his;
89 gmt = his.gmt;
94 return (gmt < his.gmt) ? PR_TRUE : PR_FALSE;
98 return (gmt > his.gmt) ? PR_TRUE : PR_FALSE;
115 gmt += his.gmt;
120 gmt -= his.gmt;
123 inline RCTime& RCTime::operator/=(PRUint64 his)
125 gmt /= his;
128 inline RCTime& RCTime::operator*=(PRUint64 his)
[all …]
H A Drcinrval.h77 interval = his.interval; in RCInterval()
89 inline void RCInterval::operator=(const RCInterval& his)
91 interval = his.interval;
94 inline void RCInterval::operator=(PRIntervalTime his)
96 interval = his;
103 inline PRBool RCInterval::operator<(const RCInterval& his)
105 return (interval < his.interval)? PR_TRUE : PR_FALSE;
107 inline PRBool RCInterval::operator>(const RCInterval& his)
109 return (interval > his.interval) ? PR_TRUE : PR_FALSE;
130 interval += his.interval;
[all …]
/dports/devel/anjuta/anjuta-3.34.0/
H A DTHANKS8 - Timothee Besset <timo@qeradiant.com>, for his patches,
10 - S�bastien C�t�, for his print patch,
20 - Dave Huseby <huseby@shockfusion.com>, for his class generator
29 - Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>, for his
59 - Dan Elphick <dre00r@ecs.soton.ac.uk>, for his patches,
61 - Jens Georg <mail@jensgeorg.de>, for his close tabs patch,
63 - Giovanni Corriga <valkadesh@libero.it>, for his patch,
65 - Yannick Koehler <yannick.koehler@colubris.com>, for his
80 - Fatih Demir <kabalak@gtranslator.org>, for his fixes,
95 (that's worth saying), all his patches, his nice communication and for overall
[all …]
/dports/audio/praat/praat-6.2.03/dwtools/
H A DDTW_and_TextGrid.cpp38 his xmin = my xmin;
39 his xmax = my xmax;
48 his xmin = my ymin;
49 his xmax = my ymax;
68 his xmin = my xmin;
69 his xmax = my xmax;
80 textinterval = his intervals.at [his intervals.size];
86 his xmin = my ymin;
87 his xmax = my ymax; in Ip6FreeRouteEntry()
98 textinterval = his intervals.at [his intervals.size];
[all …]
/dports/audio/julius/julius-4.1.2/gramtools/mkdfa/mkfa-1.44-flex/
H A Dnfa.c95 curhis.prev = his; in r_makeNFA()
347 while( his != NULL && his->fa == fa /* $B%/%i%9$N3+;O(BFA$B$G$J$$(B */ ){ in appendHisArc()
348 his->nsList = appendArc( his->nsList, nextFA, inp, accpt, start ); in appendHisArc()
349 if( his->cloneFA != NULL ) his->cloneFA->nsList = his->nsList; in appendHisArc()
350 his = his->prev; in appendHisArc()
380 while( his != NULL ){ in getRecursion()
381 if( his->class == class ){ in getRecursion()
384 his->cloneFA->nsList = his->nsList; in getRecursion()
386 return( his->cloneFA ); in getRecursion()
388 his = his->prev; in getRecursion()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libflate/
H A Dinflate.c149 History *his; in inflate() local
154 if(his == nil) in inflate()
156 his->cp = his->his; in inflate()
157 his->full = 0; in inflate()
195 if(his->cp != his->his && (*w)(wr, his->his, his->cp - his->his) != his->cp - his->his) { in inflate()
203 free(his); in inflate()
209 free(his); in inflate()
232 hp = his->cp; in uncblock()
233 hs = his->his; in uncblock()
252 his->cp = hp; in uncblock()
[all …]
/dports/www/cgicc/cgicc-3.2.19/
H A DTHANKS4 Artyom , hor his help on Bugs correction.
5 Christof Danzl, for his HTML generation classes and feedback.
7 Francois Degros, for his assignment operator fix.
9 Quintin Connell, for his Windows project and workspace files.
10 Nathan Barnett, for his multiple cookies bug fix.
12 Steve McAndrewsmith, for his FastCGI integration help.
13 Andreas Mueller, for his cookie parsing bug fix.
14 Christian Weisgerber, for his Makefile bug fix.
15 Carsten P. Gehrke, for his getDoubleValue bug fix.
16 Bostjan Lah, for his readString bug report.
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/slof/fs/
H A Dhistory.fs58 /his (history-len) + alloc-mem ( his )
59 his-tail 0= IF dup to his-tail THEN
60 his-head over his>next ! to his-head
61 his-head his>next @ his>prev his-head swap !
62 (history-len) his-head his>len !
63 (history-adr) his-head his>buf (history-len) move
93 history-nvram-partition his-tail BEGIN dup WHILE
94 dup his>buf over his>len @
97 swap IF his>prev @ ELSE drop 0 THEN
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/slof/fs/
H A Dhistory.fs58 /his (history-len) + alloc-mem ( his )
59 his-tail 0= IF dup to his-tail THEN
60 his-head over his>next ! to his-head
61 his-head his>next @ his>prev his-head swap !
62 (history-len) his-head his>len !
63 (history-adr) his-head his>buf (history-len) move
93 history-nvram-partition his-tail BEGIN dup WHILE
94 dup his>buf over his>len @
97 swap IF his>prev @ ELSE drop 0 THEN
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/slof/fs/
H A Dhistory.fs58 /his (history-len) + alloc-mem ( his )
59 his-tail 0= IF dup to his-tail THEN
60 his-head over his>next ! to his-head
61 his-head his>next @ his>prev his-head swap !
62 (history-len) his-head his>len !
63 (history-adr) his-head his>buf (history-len) move
93 history-nvram-partition his-tail BEGIN dup WHILE
94 dup his>buf over his>len @
97 swap IF his>prev @ ELSE drop 0 THEN
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/slof/fs/
H A Dhistory.fs58 /his (history-len) + alloc-mem ( his )
59 his-tail 0= IF dup to his-tail THEN
60 his-head over his>next ! to his-head
61 his-head his>next @ his>prev his-head swap !
62 (history-len) his-head his>len !
63 (history-adr) his-head his>buf (history-len) move
93 history-nvram-partition his-tail BEGIN dup WHILE
94 dup his>buf over his>len @
97 swap IF his>prev @ ELSE drop 0 THEN

12345678910>>...410