Home
last modified time | relevance | path

Searched refs:TABKEY (Results 1 – 14 of 14) sorted by relevance

/dports/irc/epic5/epic5-2.1.6/script/
H A Dtabkey.ce150 if (cycle && #TABKEY.LAST_MATCHES && L == TABKEY.LAST_LINE)
153 if (TABKEY.LAST_CYCLE_DIRECTION && cycle != TABKEY.LAST_CYCLE_DIRECTION)
156 if (cycle > 0 && (TABKEY.INDEX == #TABKEY.LAST_MATCHES || TABKEY.INDEX < 0)) {
157 @ TABKEY.INDEX = 0;
158 } else if (cycle < 0 && (TABKEY.INDEX == [] || TABKEY.INDEX < 0)) {
159 @ TABKEY.INDEX = #TABKEY.LAST_MATCHES - 1;
162 @ :nextword = word($TABKEY.INDEX $TABKEY.LAST_MATCHES);
166 @ TABKEY.INDEX += cycle;
167 @ TABKEY.LAST_LINE = L;
203 @ TABKEY.INDEX = -1;
[all …]
/dports/irc/epic4/help/8_Scripts/
H A Denvironment12 method as the TABKEY and TC scripts (and in fact relies on them). The
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-irix5/
H A DDEVICE.py281 TABKEY = 9 variable
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-irix6/
H A DDEVICE.py281 TABKEY = 9 variable
/dports/lang/python27/Python-2.7.18/Lib/plat-irix5/
H A DDEVICE.py281 TABKEY = 9 variable
/dports/lang/python27/Python-2.7.18/Lib/plat-irix6/
H A DDEVICE.py281 TABKEY = 9 variable
/dports/math/R/R-4.1.2/src/gnuwin32/
H A Dconsole.c844 #define TABKEY 9 macro
877 if (k == TABKEY) { in storekey()
/dports/math/libRmath/R-4.1.1/src/gnuwin32/
H A Dconsole.c844 #define TABKEY 9 macro
877 if (k == TABKEY) { in storekey()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_snap.c284 if (BIF_snappingSupported(t->obedit) && event->type == TABKEY && event->shift) { in handleSnapping()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h137 #define TABKEY 011 /* the TAB key */ macro
/dports/editors/the/THE-3.3RC4/
H A DHISTORY1537 o QUERY TABKEY and SET TABKEY were not consistant. QUERY TABKEY
1538 returns settings as per SET TABKEY.
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/
H A DChangeLog162 HELP TABKEY for more information (patch by flashback)
/dports/cad/electric/electric-7.00/src/graph/
H A DgraphmacX.c7989 if (chr == TABKEY) in gra_getnextcharacter()
H A Dgraphmac.c8091 if (chr == TABKEY) in gra_getnextcharacter()