Home
last modified time | relevance | path

Searched refs:C_MBSTRN (Results 1 – 17 of 17) sorted by relevance

/dports/lang/awka/awka-0.7.5/awka/
H A Dtypes.h41 #define C_MBSTRN 4 macro
61 #define TWO_MBSTRNS (2*(1<<C_MBSTRN))
68 #define NOINIT_AND_MBSTRN ((1<<C_NOINIT)+(1<<C_MBSTRN))
69 #define DOUBLE_AND_MBSTRN ((1<<C_DOUBLE)+(1<<C_MBSTRN))
70 #define STRING_AND_MBSTRN ((1<<C_STRING)+(1<<C_MBSTRN))
71 #define STRNUM_AND_MBSTRN ((1<<C_STRNUM)+(1<<C_MBSTRN))
H A Dcast.c54 case C_MBSTRN:
101 case C_MBSTRN:
135 case C_MBSTRN:
182 case C_MBSTRN:
218 case C_MBSTRN:
249 case C_MBSTRN:
425 case C_MBSTRN:
H A Dprint.c73 case C_MBSTRN:
/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dtypes.h32 ,C_MBSTRN /*could be STRNUM, has not been checked */ enumerator
48 #define TWO_MBSTRNS (2*(1<<C_MBSTRN))
55 #define NOINIT_AND_MBSTRN ((1<<C_NOINIT)+(1<<C_MBSTRN))
56 #define DOUBLE_AND_MBSTRN ((1<<C_DOUBLE)+(1<<C_MBSTRN))
57 #define STRING_AND_MBSTRN ((1<<C_STRING)+(1<<C_MBSTRN))
58 #define STRNUM_AND_MBSTRN ((1<<C_STRNUM)+(1<<C_MBSTRN))
H A Dcast.c39 case C_MBSTRN: in cast1_to_d()
83 case C_MBSTRN: in cast2_to_d()
117 case C_MBSTRN: in cast2_to_d()
164 case C_MBSTRN: in cast1_to_s()
200 case C_MBSTRN: in cast2_to_s()
232 case C_MBSTRN: in cast2_to_s()
H A Dexecute.c415 if (sp->type == C_MBSTRN) in execute()
425 if (sp->type == C_MBSTRN) in execute()
742 case C_MBSTRN: in execute()
769 case C_MBSTRN: in execute()
1322 case C_MBSTRN: in test()
1393 check_strnum(cp->type == C_MBSTRN ? cp : cp + 1); in compare()
1425 case C_MBSTRN: in cellcpy()
1455 case C_MBSTRN: in DB_cell_destroy()
H A Dsplit.c217 cp->type = C_MBSTRN; in transfer_to_array()
247 fp->type = C_MBSTRN; in transfer_to_fields()
H A Dbi_vars.c107 case C_MBSTRN: in bi_vars_leaks()
H A Dinit.c536 cp->type = C_MBSTRN; in set_ARGV()
571 cp->type = C_MBSTRN; in load_environ()
H A Dmawk.h115 (cp)->type <= C_MBSTRN ) { \
H A Dtrace.c57 case C_MBSTRN: in TraceCell()
H A Dprint.c43 case C_MBSTRN: in print_cell()
544 case C_MBSTRN: in do_printf()
H A Dfield.c216 field[0].type = C_MBSTRN; in set_field0()
765 case C_MBSTRN: in field_leaks()
H A Dhash.c314 case C_MBSTRN: in free_hashnode()
H A Dcode.c243 case C_MBSTRN: in free_cell_data()
H A Dda.c481 {C_MBSTRN, "mbstrn"},
H A Dbi_funct.c1023 tc.type = C_MBSTRN; in bi_getline()