Home
last modified time | relevance | path

Searched refs:C_REPL (Results 1 – 11 of 11) sorted by relevance

/dports/lang/awka/awka-0.7.5/awka/
H A Dre_cmpl.c190 cp->type = C_REPL ;
217 if (cp->type == C_REPL) free_STRING(string(cp)) ;
325 if (cp->type == C_REPL)
329 if (p->cp->type == C_REPL && p->cp->ptr == cp->ptr)
382 cp->type = C_REPL ;
H A Dtypes.h48 #define C_REPL 8 macro
H A Dcast.c424 case C_REPL:
H A Dda.c505 case C_REPL:
/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dre_cmpl.c223 cp->type = C_REPL; in REPL_compile()
251 if (cp->type == C_REPL) { in repl_destroy()
352 if (cp->type == C_REPL) { in repl_uncompile()
354 if (p->cp->type == C_REPL && p->cp->ptr == cp->ptr) in repl_uncompile()
408 cp->type = C_REPL; in replv_to_repl()
H A Dtypes.h36 ,C_REPL /* a replacement string '\&' changed to & */ enumerator
H A Dda.c181 case C_REPL: in da_this()
485 {C_REPL, "repl"},
H A Dtrace.c73 case C_REPL: in TraceCell()
H A Dcode.c233 case C_REPL: in free_cell_data()
H A Dbi_funct.c1069 if (sp[1].type != C_REPL && sp[1].type != C_REPLV) in bi_sub()
1289 if ((sp + 1)->type != C_REPL && (sp + 1)->type != C_REPLV) in bi_gsub()
H A Dexecute.c1424 case C_REPL: in cellcpy()