Home
last modified time | relevance | path

Searched refs:MT_STRING (Results 1 – 25 of 40) sorted by relevance

12

/dports/textproc/miller/miller-5.10.2/go/src/types/
H A Dmlrval_functions_collections.go150 if input2.mvtype == MT_STRING {
302 if input2.mvtype != MT_STRING {
338 if input2.mvtype != MT_STRING {
374 if input2.mvtype != MT_STRING {
378 if input3.mvtype != MT_STRING {
418 if input1.mvtype != MT_STRING {
421 if input2.mvtype != MT_STRING {
425 if input3.mvtype != MT_STRING {
453 if input1.mvtype != MT_STRING {
456 if input2.mvtype != MT_STRING {
[all …]
H A Dmlrval.go79 MT_STRING = 3 const
115 const MT_TYPE_MASK_STRING = (1 << MT_STRING) | (1 << MT_VOID)
122 const MT_TYPE_MASK_VAR = (1 << MT_VOID) | (1 << MT_STRING) | (1 << MT_INT) |
H A Dmlrval_functions_strings.go187 if input1.mvtype == MT_STRING {
195 if input1.mvtype == MT_STRING {
203 if input1.mvtype == MT_STRING {
216 if input1.mvtype == MT_STRING {
229 if input1.mvtype == MT_STRING {
239 if input1.mvtype == MT_STRING {
249 if input1.mvtype == MT_STRING {
H A Dmlrval_collections.go245 if key.mvtype == MT_STRING {
301 if baseIndex.mvtype == MT_STRING {
343 if baseIndex.mvtype != MT_STRING && baseIndex.mvtype != MT_INT {
409 if nextIndex.mvtype == MT_STRING {
467 if baseIndex.mvtype == MT_STRING || baseIndex.mvtype == MT_INT {
479 if baseIndex.mvtype == MT_STRING || baseIndex.mvtype == MT_INT {
H A Dmlrval_functions_time.go88 if input2.mvtype != MT_STRING {
178 if input1.mvtype != MT_STRING {
181 if input2.mvtype != MT_STRING {
203 if input1.mvtype != MT_STRING {
251 if input1.mvtype != MT_STRING {
301 if input1.mvtype != MT_STRING {
325 if input1.mvtype != MT_STRING {
H A Dmlrval_accessors.go58 } else if this.mvtype == MT_STRING {
66 return this.mvtype == MT_STRING
70 return this.mvtype == MT_STRING || this.mvtype == MT_VOID
H A Dmlrval_new.go34 this.mvtype = MT_STRING
243 mvtype: MT_STRING,
426 if mvtype == MT_STRING || mvtype == MT_INT {
H A Dmlrval_functions_types.go141 } else if input1.mvtype == MT_STRING {
172 } else if input1.mvtype == MT_STRING {
201 return MlrvalPointerFromBool(input1.mvtype == MT_STRING || input1.mvtype == MT_VOID)
H A Dmlrval_output.go33 case MT_STRING:
H A Dmlrval_json.go285 case MT_STRING:
342 lib.InternalCodingErrorIf(this.mvtype != MT_STRING)
H A Dmlrmap_accessors.go67 if key.mvtype == MT_STRING {
194 if index.mvtype == MT_STRING {
235 if name.mvtype == MT_STRING {
/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dmlrval.h100 #define MT_STRING 3 macro
155 return (mv_t) {.type = MT_STRING, .free_flags = FREE_ENTRY_VALUE, .u.strv = s}; in mv_from_string_with_free()
158 return (mv_t) {.type = MT_STRING, .free_flags = NO_FREE, .u.strv = s}; in mv_from_string_no_free()
161 return (mv_t) {.type = MT_STRING, .free_flags = free_flags, .u.strv = s}; in mv_from_string()
169 if (pval->type == MT_STRING) { in mv_copy()
186 if ((pval->type) == MT_STRING && (pval->free_flags & FREE_ENTRY_VALUE)) { in mv_free()
196 if ((pval->type) == MT_STRING && (pval->free_flags & FREE_ENTRY_VALUE)) { in mv_reset()
206 return pval->type == MT_STRING || pval->type == MT_EMPTY; in mv_is_string_or_empty()
221 return pval->type == MT_STRING || pval->type == MT_EMPTY; in mv_is_string()
233 return pval->type == MT_EMPTY || (pval->type == MT_STRING && *pval->u.strv == 0); in mv_is_empty()
H A Dmlrval.c21 case MT_STRING: return "MT_STRING"; break; in mt_describe_type()
34 case MT_STRING: return "string"; break; in mt_describe_type_simple()
53 case MT_STRING: in mv_alloc_format_val()
80 case MT_STRING: in mv_alloc_format_val_quoting_strings()
111 case MT_STRING: in mv_maybe_alloc_format_val()
148 case MT_STRING: in mv_format_val()
206 case MT_STRING: in mv_set_float_strict()
249 case MT_STRING: in mv_set_float_nullable()
286 case MT_STRING: in mv_set_int_nullable()
320 case MT_STRING: in mv_set_number_nullable()
/dports/textproc/miller/miller-5.10.2/c/containers/
H A Dtype_decl.h12 #define TYPE_MASK_STRING ((1 << MT_STRING) | (1 << MT_EMPTY))
/dports/textproc/miller/miller-5.10.2/c/unit_test/
H A Dtest_rval_evaluators.c53 mu_assert_lf(val.type == MT_STRING); in test_caps()
100 mu_assert_lf(val.type == MT_STRING); in test_strings()
106 mu_assert_lf(val.type == MT_STRING); in test_strings()
112 mu_assert_lf(val.type == MT_STRING); in test_strings()
118 mu_assert_lf(val.type == MT_STRING); in test_strings()
124 mu_assert_lf(val.type == MT_STRING); in test_strings()
/dports/net/openradius/openradius-0.9.12c/common/
H A Dmetatype.h31 #define MT_STRING 0 macro
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dbe_ai_chat.c59 #define MT_STRING 2 //string match piece macro
1113 if (mp->type == MT_STRING) in BotDumpMatchTemplates()
1144 if (mp->type == MT_STRING) in BotFreeMatchPieces()
1206 matchpiece->type = MT_STRING; in BotLoadMatchPieces()
1395 if (mp->type == MT_STRING) in StringsMatch()
1686 if (mp->type == MT_STRING) fprintf(fp, "\"%s\"", mp->firststring->string); in BotDumpReplyChat()
1780 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
1821 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
2618 if (mp->type == MT_STRING) botimport.Print(PRT_MESSAGE, "\"%s\"", mp->firststring->string); in BotPrintReplyChatKeys()
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dbe_ai_chat.c59 #define MT_STRING 2 //string match piece macro
1113 if (mp->type == MT_STRING) in BotDumpMatchTemplates()
1144 if (mp->type == MT_STRING) in BotFreeMatchPieces()
1206 matchpiece->type = MT_STRING; in BotLoadMatchPieces()
1395 if (mp->type == MT_STRING) in StringsMatch()
1686 if (mp->type == MT_STRING) fprintf(fp, "\"%s\"", mp->firststring->string); in BotDumpReplyChat()
1780 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
1821 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
2618 if (mp->type == MT_STRING) botimport.Print(PRT_MESSAGE, "\"%s\"", mp->firststring->string); in BotPrintReplyChatKeys()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/botlib/
H A Dbe_ai_chat.c60 #define MT_STRING 2 //string match piece macro
1101 if (mp->type == MT_STRING) in BotDumpMatchTemplates()
1132 if (mp->type == MT_STRING) in BotFreeMatchPieces()
1194 matchpiece->type = MT_STRING; in BotLoadMatchPieces()
1383 if (mp->type == MT_STRING) in StringsMatch()
1674 if (mp->type == MT_STRING) fprintf(fp, "\"%s\"", mp->firststring->string); in BotDumpReplyChat()
1768 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
1809 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
2606 if (mp->type == MT_STRING) botimport.Print(PRT_MESSAGE, "\"%s\"", mp->firststring->string); in BotPrintReplyChatKeys()
/dports/games/evq3/evq3/code/botlib/
H A Dbe_ai_chat.c59 #define MT_STRING 2 //string match piece macro
1113 if (mp->type == MT_STRING) in BotDumpMatchTemplates()
1144 if (mp->type == MT_STRING) in BotFreeMatchPieces()
1206 matchpiece->type = MT_STRING; in BotLoadMatchPieces()
1395 if (mp->type == MT_STRING) in StringsMatch()
1686 if (mp->type == MT_STRING) fprintf(fp, "\"%s\"", mp->firststring->string); in BotDumpReplyChat()
1780 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
1821 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
2618 if (mp->type == MT_STRING) botimport.Print(PRT_MESSAGE, "\"%s\"", mp->firststring->string); in BotPrintReplyChatKeys()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/botlib/
H A Dbe_ai_chat.c59 #define MT_STRING 2 //string match piece macro
1113 if (mp->type == MT_STRING) in BotDumpMatchTemplates()
1144 if (mp->type == MT_STRING) in BotFreeMatchPieces()
1206 matchpiece->type = MT_STRING; in BotLoadMatchPieces()
1395 if (mp->type == MT_STRING) in StringsMatch()
1686 if (mp->type == MT_STRING) fprintf(fp, "\"%s\"", mp->firststring->string); in BotDumpReplyChat()
1780 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
1821 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
2618 if (mp->type == MT_STRING) botimport.Print(PRT_MESSAGE, "\"%s\"", mp->firststring->string); in BotPrintReplyChatKeys()
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_ai_chat.c59 #define MT_STRING 2 //string match piece macro
1113 if (mp->type == MT_STRING) in BotDumpMatchTemplates()
1144 if (mp->type == MT_STRING) in BotFreeMatchPieces()
1206 matchpiece->type = MT_STRING; in BotLoadMatchPieces()
1395 if (mp->type == MT_STRING) in StringsMatch()
1686 if (mp->type == MT_STRING) fprintf(fp, "\"%s\"", mp->firststring->string); in BotDumpReplyChat()
1780 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
1821 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
2618 if (mp->type == MT_STRING) botimport.Print(PRT_MESSAGE, "\"%s\"", mp->firststring->string); in BotPrintReplyChatKeys()
/dports/games/openjk/OpenJK-07675e2/codemp/botlib/
H A Dbe_ai_chat.cpp64 #define MT_STRING 2 //string match piece macro
1117 if (mp->type == MT_STRING) in BotDumpMatchTemplates()
1148 if (mp->type == MT_STRING) in BotFreeMatchPieces()
1210 matchpiece->type = MT_STRING; in BotLoadMatchPieces()
1399 if (mp->type == MT_STRING) in StringsMatch()
1690 if (mp->type == MT_STRING) fprintf(fp, "\"%s\"", mp->firststring->string); in BotDumpReplyChat()
1784 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
1825 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
2622 if (mp->type == MT_STRING) botimport.Print(PRT_MESSAGE, "\"%s\"", mp->firststring->string); in BotPrintReplyChatKeys()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_ai_chat.c59 #define MT_STRING 2 //string match piece macro
1113 if (mp->type == MT_STRING) in BotDumpMatchTemplates()
1144 if (mp->type == MT_STRING) in BotFreeMatchPieces()
1206 matchpiece->type = MT_STRING; in BotLoadMatchPieces()
1395 if (mp->type == MT_STRING) in StringsMatch()
1686 if (mp->type == MT_STRING) fprintf(fp, "\"%s\"", mp->firststring->string); in BotDumpReplyChat()
1780 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
1821 if (m->type == MT_STRING) in BotCheckValidReplyChatKeySet()
2618 if (mp->type == MT_STRING) botimport.Print(PRT_MESSAGE, "\"%s\"", mp->firststring->string); in BotPrintReplyChatKeys()
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DDXType.C583 #define MT_STRING 0x00000040 macro
617 case MT_STRING: r = DXType::StringType; break; in ConvertVersionType()

12