Home
last modified time | relevance | path

Searched refs:C_STRNUM (Results 1 – 13 of 13) sorted by relevance

/dports/lang/awka/awka-0.7.5/awka/
H A Dtypes.h40 #define C_STRNUM 3 macro
60 #define TWO_STRNUMS (2*(1<<C_STRNUM))
64 #define NOINIT_AND_STRNUM ((1<<C_NOINIT)+(1<<C_STRNUM))
66 #define DOUBLE_AND_STRNUM ((1<<C_STRNUM)+(1<<C_DOUBLE))
67 #define STRING_AND_STRNUM ((1<<C_STRING)+(1<<C_STRNUM))
71 #define STRNUM_AND_MBSTRN ((1<<C_STRNUM)+(1<<C_MBSTRN))
H A Dcast.c71 case C_STRNUM:
97 case C_STRNUM:
131 case C_STRNUM:
183 case C_STRNUM:
219 case C_STRNUM:
250 case C_STRNUM:
364 if ((char *) q <= test) cp->type = C_STRNUM ;
420 case C_STRNUM:
H A Dprint.c75 case C_STRNUM:
/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dtypes.h31 ,C_STRNUM enumerator
47 #define TWO_STRNUMS (2*(1<<C_STRNUM))
51 #define NOINIT_AND_STRNUM ((1<<C_NOINIT)+(1<<C_STRNUM))
53 #define DOUBLE_AND_STRNUM ((1<<C_STRNUM)+(1<<C_DOUBLE))
54 #define STRING_AND_STRNUM ((1<<C_STRING)+(1<<C_STRNUM))
58 #define STRNUM_AND_MBSTRN ((1<<C_STRNUM)+(1<<C_MBSTRN))
H A Dcast.c56 case C_STRNUM: in cast1_to_d()
79 case C_STRNUM: in cast2_to_d()
113 case C_STRNUM: in cast2_to_d()
165 case C_STRNUM: in cast1_to_s()
201 case C_STRNUM: in cast2_to_s()
233 case C_STRNUM: in cast2_to_s()
353 cp->type = C_STRNUM; in check_strnum()
H A Dbi_vars.c106 case C_STRNUM: in bi_vars_leaks()
H A Dexecute.c738 case C_STRNUM: /* test as a number */ in execute()
765 case C_STRNUM: /* test as a number */ in execute()
1317 case C_STRNUM: /* test as a number */ in test()
1420 case C_STRNUM: in cellcpy()
1457 case C_STRNUM: in DB_cell_destroy()
H A Dtrace.c58 case C_STRNUM: in TraceCell()
H A Dprint.c45 case C_STRNUM: in print_cell()
535 case C_STRNUM: in do_printf()
H A Dhash.c313 case C_STRNUM: in free_hashnode()
H A Dcode.c245 case C_STRNUM: in free_cell_data()
H A Dda.c480 {C_STRNUM, "strnum"},
H A Dfield.c764 case C_STRNUM: in field_leaks()