Home
last modified time | relevance | path

Searched refs:LAST_CHAR (Results 1 – 25 of 64) sorted by relevance

123

/dports/science/cdf/cdf33_0-dist/src/tests/
H A Dqst2f.f83 INTEGER*4 LAST_CHAR
393 LAST_CHAR = CDF_COPYRIGHT_LEN
394 DO WHILE (COPYRIGHT_TEXT(LAST_CHAR:LAST_CHAR) .EQ. ' ')
395 LAST_CHAR = LAST_CHAR - 1
401 DO I = 1, LAST_CHAR
521 LAST_CHAR = CDF_ERRTEXT_LEN
522 DO WHILE (ERRORTEXT(LAST_CHAR:LAST_CHAR) .EQ. ' ')
523 LAST_CHAR = LAST_CHAR - 1
H A Dqst2fdf.f86 INTEGER*4 LAST_CHAR
388 LAST_CHAR = CDF_COPYRIGHT_LEN
389 DO WHILE (COPYRIGHT_TEXT(LAST_CHAR:LAST_CHAR) .EQ. ' ')
390 LAST_CHAR = LAST_CHAR - 1
396 DO I = 1, LAST_CHAR
523 LAST_CHAR = CDF_ERRTEXT_LEN
524 DO WHILE (ERRORTEXT(LAST_CHAR:LAST_CHAR) .EQ. ' ')
525 LAST_CHAR = LAST_CHAR - 1
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dtexcom.sl163 if ((LAST_CHAR != '\'') and (LAST_CHAR != '"'))
165 insert_char(LAST_CHAR);
179 insert_char (LAST_CHAR);
186 if (LAST_CHAR == '"') insert_char ('`');
191 if (LAST_CHAR == '"') insert_char ('\'');
H A Dskk.sl1471 ungetkey(LAST_CHAR);
2027 if (paste(LAST_CHAR))
2120 ungetkey(LAST_CHAR);
2137 if (paste(LAST_CHAR))
2148 if (paste(LAST_CHAR))
3551 if (andelse {LAST_CHAR >= 'A'} {LAST_CHAR <= 'Z'}) {
3556 last_char = LAST_CHAR;
3680 ch = char(LAST_CHAR);
3810 save = LAST_CHAR;
3811 LAST_CHAR = r_ch;
[all …]
H A Druby.sl211 % insert(LAST_CHAR);
212 insert(char(LAST_CHAR));
/dports/editors/jed/jed-0.99-19/lib/
H A Dtexcom.sl167 if ((LAST_CHAR != '\'') and (LAST_CHAR != '"'))
169 insert_char(LAST_CHAR);
183 insert_char (LAST_CHAR);
190 if (LAST_CHAR == '"') insert_char ('`');
195 if (LAST_CHAR == '"') insert_char ('\'');
/dports/biology/migrate/migrate-3.6.11/src/haru/
H A DPdfEncoding.cc1368 static const unsigned int LAST_CHAR= 255; in PdfStandardEncoding() local
1401 SetUnicodeArray(FIRST_CHAR, LAST_CHAR, UNICODE_MAP_STANDARD); in PdfStandardEncoding()
1412 static const unsigned int LAST_CHAR= 255; in PdfWinAnsiEncoding() local
1445 SetUnicodeArray(FIRST_CHAR, LAST_CHAR, UNICODE_MAP_WIN_ANSI); in PdfWinAnsiEncoding()
1456 static const unsigned int LAST_CHAR= 255; in PdfMacRomanEncoding() local
1489 SetUnicodeArray(FIRST_CHAR, LAST_CHAR, UNICODE_MAP_MAC_ROMAN); in PdfMacRomanEncoding()
/dports/science/mdynamix/md528/cifo/src/
H A DSymmetryCalculator.cpp32 #define LAST_CHAR ((xyz[dim])[xyz[dim].length()-1]) macro
56 char ch = LAST_CHAR; in setSymmetry()
61 char ch = LAST_CHAR; in setSymmetry()
68 char ch = LAST_CHAR; in setSymmetry()
318 #undef LAST_CHAR
/dports/x11-fonts/anomaly-mono/anomaly-mono-9799d01d42b726374fe8733949a84a8ac071e509/scripts/screenshot/
H A Dfont2c.py13 LAST_CHAR = '~' variable
57 if j in range(ord(FIRST_CHAR), ord(LAST_CHAR) + 1):
74 for i in range(ord(FIRST_CHAR), ord(LAST_CHAR) + 1):
94 for i in range(ord(FIRST_CHAR), ord(LAST_CHAR) + 1):
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/stream/
H A Dtokenization.h70 template <char FIRST_CHAR, char LAST_CHAR>
76 return FIRST_CHAR <= val && val <= LAST_CHAR; in operator()
80 template <char FIRST_CHAR, char LAST_CHAR, typename TContext>
81 struct ExceptionMessage<IsInRange<FIRST_CHAR, LAST_CHAR>, TContext>
86 template <char FIRST_CHAR, char LAST_CHAR, typename TContext>
87 const std::string ExceptionMessage<IsInRange<FIRST_CHAR, LAST_CHAR>, TContext>::VALUE =
88 std::string("Character in range'") + FIRST_CHAR + "' to '" + LAST_CHAR + "' expected.";
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/
H A DTestPrefixFilter.java34 static final char LAST_CHAR = 'e'; field in TestPrefixFilter
71 for (char c = FIRST_CHAR; c <= LAST_CHAR; c++) { in prefixRowTests()
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/unit_tests/
H A Dblanks.tst29 LAST_CHAR = part(r,LEN_MAX);
31 assert_checkequal(LAST_CHAR, " ");
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/stream/
H A Dtokenization.h70 template <char FIRST_CHAR, char LAST_CHAR>
76 return FIRST_CHAR <= val && val <= LAST_CHAR; in operator()
80 template <char FIRST_CHAR, char LAST_CHAR, typename TContext>
81 struct ExceptionMessage<IsInRange<FIRST_CHAR, LAST_CHAR>, TContext>
86 template <char FIRST_CHAR, char LAST_CHAR, typename TContext>
87 const std::string ExceptionMessage<IsInRange<FIRST_CHAR, LAST_CHAR>, TContext>::VALUE =
88 std::string("Character in range'") + FIRST_CHAR + "' to '" + LAST_CHAR + "' expected.";
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/stream/
H A Dtokenization.h70 template <char FIRST_CHAR, char LAST_CHAR>
76 return FIRST_CHAR <= val && val <= LAST_CHAR; in operator()
80 template <char FIRST_CHAR, char LAST_CHAR, typename TContext>
81 struct ExceptionMessage<IsInRange<FIRST_CHAR, LAST_CHAR>, TContext>
86 template <char FIRST_CHAR, char LAST_CHAR, typename TContext>
87 const std::string ExceptionMessage<IsInRange<FIRST_CHAR, LAST_CHAR>, TContext>::VALUE =
88 std::string("Character in range'") + FIRST_CHAR + "' to '" + LAST_CHAR + "' expected.";
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/scripts/
H A Ddtmf_alpha.sh266 # echo -n "made '$LAST_CHAR' caps: '$CAPS'"
281 # echo -n "added '$LAST_CHAR'"
306 # echo "--now: list '${LIST_CHAR[@]}' and LAST_CHAR '$LAST_CHAR'"
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dfont.c44 #define LAST_CHAR 255 macro
101 pos.y + step.y <= image->h && chars < LAST_CHAR - FIRST_CHAR + 1; in FontLoad()
106 x < f->Stride && chars < LAST_CHAR - FIRST_CHAR + 1; in FontLoad()
228 if (idx < FIRST_CHAR || idx > LAST_CHAR) in FontChMask()
/dports/net/tcpstat/tcpstat-1.5/src/
H A Dcatpcap.c34 # define LAST_CHAR(x) ( (x) >> 8 )
37 # define LAST_CHAR(x) ( (x) & 0x00ff )
/dports/mail/postfix-current/postfix-3.7-20211107/src/local/
H A Dmailbox.c338 #define LAST_CHAR(s) (s[strlen(s) - 1]) in deliver_mailbox() macro
355 } else if (*var_home_mailbox && LAST_CHAR(var_home_mailbox) == '/') { in deliver_mailbox()
359 } else if (*var_mail_spool_dir && LAST_CHAR(var_mail_spool_dir) == '/') { in deliver_mailbox()
/dports/print/texlive-base/texlive-20150521-source/texk/dviljk/win32/
H A Dmktexlib.h55 #define LAST_CHAR(s) (*((s)+strlen(s)-1)) macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/virtual/
H A Dmailbox.c272 #define LAST_CHAR(s) (s[strlen(s) - 1]) in deliver_mailbox() macro
274 if (LAST_CHAR(usr_attr.mailbox) == '/') in deliver_mailbox()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DHBaseTestCase.java70 protected static final char LAST_CHAR = 'z'; field in HBaseTestCase
318 EXIT: for (char c = (char)startKeyBytes[0]; c <= LAST_CHAR; c++) { in addContent()
319 for (char d = secondCharStart; d <= LAST_CHAR; d++) { in addContent()
320 for (char e = thirdCharStart; e <= LAST_CHAR; e++) { in addContent()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestStoreFile.java124 byte[] SPLITKEY = new byte[] { (LAST_CHAR + FIRST_CHAR)/2, FIRST_CHAR};
136 for (char d = FIRST_CHAR; d <= LAST_CHAR; d++) { in writeStoreFile()
137 for (char e = FIRST_CHAR; e <= LAST_CHAR; e++) { in writeStoreFile()
233 assertEquals((LAST_CHAR - FIRST_CHAR + 1) * (LAST_CHAR - FIRST_CHAR + 1), count); in testHFileLink()
327 assertEquals((LAST_CHAR - FIRST_CHAR + 1) * (LAST_CHAR - FIRST_CHAR + 1), count); in testReferenceToHFileLink()
/dports/irc/anope/anope-2.0.9/cmake/
H A DAnope.cmake33 string(SUBSTRING "${TEMP_STRING}" ${STRING_LEN} 1 LAST_CHAR)
34 if(LAST_CHAR STREQUAL " " OR LAST_CHAR STREQUAL "\t")
36 else(LAST_CHAR STREQUAL " " OR LAST_CHAR STREQUAL "\t")
38 endif(LAST_CHAR STREQUAL " " OR LAST_CHAR STREQUAL "\t")
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkTextIndex.c24 #define LAST_CHAR 1000000 macro
317 charIndex = LAST_CHAR;
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkTextIndex.c24 #define LAST_CHAR 1000000 macro
317 charIndex = LAST_CHAR;

123