Home
last modified time | relevance | path

Searched refs:REGEXPR (Results 1 – 5 of 5) sorted by relevance

/external/one-true-awk/
Dytab.h127 REGEXPR = 337, enumerator
224 #define REGEXPR 337 macro
Dawkgram.y63 %token <s> REGEXPR
85 %left REGEXPR VAR VARNF IVAR WHILE '('
287 '/' {startreg();} REGEXPR '/' { $$ = $3; }
393 { $$ = op4(SPLIT, $3, makearr($5), (Node*)makedfa($7, 1), (Node *)REGEXPR); }
Drun.c1272 } else if (arg3type == REGEXPR) in split()
1285 if (arg3type == REGEXPR && strlen((char*)((fa*)a[2])->restr) == 0) { in split()
1291 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */ in split()
1293 if (arg3type == REGEXPR) { /* it's ready already */ in split()
Dytab.c195 REGEXPR = 337, enumerator
292 #define REGEXPR 337 macro
3296 …SPLIT, (yyvsp[-5].p), makearr((yyvsp[-3].p)), (Node*)makedfa((yyvsp[-1].s), 1), (Node *)REGEXPR); } in yyparse()
Dlex.c537 RET(REGEXPR); in regexpr()