Home
last modified time | relevance | path

Searched refs:getsval (Results 1 – 6 of 6) sorted by relevance

/original-bsd/contrib/awk.research/
H A Drun.c399 s = getsval(y); in array()
432 s = getsval(y); in adelete()
462 s = getsval(x); in intest()
490 s = getsval(x); in matchop()
495 t = getsval(y); in matchop()
562 i = strcmp(getsval(x), getsval(y)); in relop()
643 s = getsval(x); in substr()
1000 getsval(x); in cat()
1001 getsval(y); in cat()
1066 s = getsval(y); in split()
[all …]
H A Dlib.c35 #define getsval(p) (((p)->tval & (ARR|FLD|REC|STR)) == STR ? (p)->sval : r_getsval(p)) macro
189 s = getsval(x); in getargv()
222 getsval(recloc); in fldbld()
355 p = getsval(&fldtab[i]); in recbld()
/original-bsd/old/awk/
H A Drun.c137 s = getsval(b.optr);
159 else s = getsval(x.optr);
211 i = strcmp(getsval(x.optr), getsval(y.optr));
279 s = getsval(x.optr);
315 s1 = getsval(x.optr);
318 s2 = getsval(x.optr);
546 getsval(x.optr);
547 getsval(y.optr);
621 s = getsval(x.optr);
627 sep = getsval(x.optr)[0];
[all …]
H A Dawk.def64 char *setsval(), *getsval();
H A Dlib.c204 p = getsval(&fldtab[i]); in recbld()
H A Dtran.c194 char *getsval(vp) in getsval() function