Home
last modified time | relevance | path

Searched refs:_PUSHC (Results 1 – 14 of 14) sorted by relevance

/dports/lang/awka/awka-0.7.5/awka/
H A Dda.c161 case _PUSHC: in fixbackslashes()
483 case _PUSHC:
492 awka_insertop(_PUSHC, tmp1, tmp2, minst, file, line);
497 awka_insertop(_PUSHC, "space", "split", minst, file, line);
502 awka_insertop(_PUSHC, "null", "split", minst, file, line);
508 awka_insertop(_PUSHC, "repl", tmp2, minst, file, line);
514 awka_insertop(_PUSHC, "replv", tmp2, minst, file, line);
518 awka_insertop(_PUSHC, "WEIRD", NULL, minst, file, line);
H A Dparse.y827 code_ptr[-2].op = _PUSHC ;
906 p1->op = _PUSHC ;
1002 p5->op = _PUSHC ;
1024 p5->op = _PUSHC ;
1411 code2(_PUSHC, cp) ; in RE_as_arg()
H A Dcode.h197 #define _PUSHC 86 macro
H A Dparse.c1434 code2(_PUSHC, cp) ; in RE_as_arg()
2409 code_ptr[-2].op = _PUSHC ; in yyparse()
2476 p1->op = _PUSHC ; in yyparse()
2587 p5->op = _PUSHC ; in yyparse()
2610 p5->op = _PUSHC ; in yyparse()
H A Dawka_exe.h227 { "pushc", awka_push, _PUSHC, -1, FALSE, 0, },
H A Dpreprocess.c513 case _PUSHC: in preprocess()
H A Dtranslate.c1081 case _PUSHC: in awka_push()
4413 push_func[_PUSHI] = push_func[_PUSHC] = push_func[_PUSHD] = push_func[_PUSHS] = 1; in translate()
/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dcode.h83 ,_PUSHC enumerator
H A Dda.c165 case _PUSHC: in da_this()
528 { _PUSHC, "pushc" },
H A Dtrace.c134 case _PUSHC: in TraceInst()
H A Dparse.y827 code_ptr[-2].op = _PUSHC ;
860 p1->op = _PUSHC ;
943 p5->op = _PUSHC ;
1394 code2(_PUSHC, cp); in RE_as_arg()
H A Dcode.c383 case _PUSHC: in free_codes()
H A Dparse.c1479 code2(_PUSHC, cp); in RE_as_arg()
2521 code_ptr[-2].op = _PUSHC ; in YYPARSE_DECL()
2549 p1->op = _PUSHC ; in YYPARSE_DECL()
2638 p5->op = _PUSHC ; in YYPARSE_DECL()
H A Dexecute.c165 case _PUSHC: in execute()