Home
last modified time | relevance | path

Searched refs:refnums (Results 1 – 25 of 36) sorted by relevance

12

/dports/irc/epic4/help/6_Functions/
H A Ddccctl20 - Return all integer refnums for all active ignores.
22 - Change the number that new refnums are generated from.
24 - Return all dcc refnums whose type matches [pattern]:
29 - Return all dcc refnums whose "filename" matches [pattern] (see below)
31 - Return all dcc refnums whose "user" matches [pattern] (see below)
33 - Return all dcc refnums whose "othername" matches [pattern] (see below)
35 - Return all dcc refnums whose "userhost" matches [pattern] (see below)
38 - Return all dcc refnums that are locked (currently being used)
40 - Return all dcc refnums that are being held (temporarily turned off)
42 - Return all dcc refnums that are not being held (active)
[all …]
H A Dwinrefs6 This function returns the refnums of all currently opened windows,
10 space-separated list of window refnums
H A Dmyservers15 the function returns a space separated list of server refnums for all
24 registered server refnums is more useful since these are the servers
28 With arguments: the list of registered server refnums
H A Dlogctl14 - Returns refnums of all logfiles
16 - Returns refnums of all active ("on") logfiles
18 - Returns refnums of all inactive ("off") logfiles
H A Dignorectl16 - Return all integer refnums for all active ignores.
33 as a literal string, return all refnums whose ignore masks are matched by
37 nick!user@host string, return all refnums whose ignore masks match the
41 - The effect of $rigtype([level-desc]): return the refnums of all ignores
H A Dnotifywindows6 * This function returns a space-separated list of window refnums that
H A Dtimerctl13 * The REFNUMS operation returns all of the timer names (refnums) that
H A Dserverctl19 refnums that belong to the given server-group.
H A Dwindowctl13 - Return all window refnums.
/dports/irc/epic5/epic5-2.1.6/source/
H A Dlogfiles.c63 int refnums[MAX_TARGETS]; member
104 log->refnums[i] = -1; in new_logfile()
186 log->refnums[i] = -1; in clean_log_targets()
211 if (log->refnums[i] != -1) in logfile_get_targets()
301 if (log->refnums[i] == -1) in logfile_add()
304 log->refnums[i] = refnum; in logfile_add()
570 log->refnums[i] = -1; in logfile_remove()
732 log->refnums[i] == servref) in add_to_logs()
941 log->refnums[i] = oldref; in logfiles_swap_winrefs()
943 log->refnums[i] = newref; in logfiles_swap_winrefs()
[all …]
/dports/irc/epic4/epic4-2.10.9/source/
H A Dlogfiles.c63 int refnums[MAX_TARGETS]; member
93 log->refnums[i] = -1; in new_logfile()
175 log->refnums[i] = -1; in clean_log_targets()
200 if (log->refnums[i] != -1) in logfile_get_targets()
276 if (log->refnums[i] == refnum) in logfile_add()
284 if (log->refnums[i] == -1) in logfile_add()
287 log->refnums[i] = refnum; in logfile_add()
545 if (log->refnums[i] == refnum) in logfile_remove()
548 log->refnums[i] = -1; in logfile_remove()
695 if (log->refnums[i] == winref) { in add_to_logs()
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/bin/
H A Dlatexmlfind27 my (@symbols, @unknowns, @posfuncs, @labels, @refnums, @xpaths);
32 "refnum=s" => \@refnums,
91 foreach my $refnum (@refnums) {
/dports/irc/epic5/epic5-2.1.6/script/
H A Dtopicbar.bj50 fe ($windowctl(refnums)) tt {
65 fe ($windowctl(refnums)) tt {
75 fe ($windowctl(refnums)) tt {
H A Ddump106 fe ($timerctl(refnums)) dd {
120 fe ($remw($windowctl(get 0 refnum) $windowctl(refnums))) dd {
H A Dnotify336 @:refnums = serverctl(GMATCH $groupname);
338 if (refnums == []) {
645 @:refnums = [];
649 push refnums $refnum;
653 return $refnums;
H A Dbuiltins143 fe ($windowctl(refnums)) nn {
265 return $windowctl(refnums);
537 fe ($dccctl(refnums)) dd {
H A Dison64 @:refnums = [];
/dports/irc/epic4/help/4_Misc/window/
H A Dnumber8 refnums.
H A Dnew22 Window refnums are initialy set to the lowest refnum greater than 0 that
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dwrapfig.sty.ltxml20 # \caption will handle refnums, etc.
/dports/irc/epic4/epic4-2.10.9/doc/
H A Dnicknames6 default. All new server refnums will use this global default as their
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dobjectpaging.cpp810 RefnumSet* refnums = dynamic_cast<RefnumSet*>(udc->getUserObject(0)); in operator ()() local
811 if (!refnums) return; in operator ()()
812 mOutput.insert(refnums->mRefnums.begin(), refnums->mRefnums.end()); in operator ()()
/dports/irc/epic5/epic5-2.1.6/doc/
H A Dnicknames6 default. All new server refnums will use this global default as their
/dports/irc/epic4/help/1_General/
H A Dserver69 About server refnums:
/dports/irc/epic4/help/4_Misc/set/
H A Dstatus_format58 value is a comma-separated list of the window refnums that are

12