Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.h62 #define VSTRIMRIGHT 0x8 /* ${var%pattern} */ macro
H A Dexpand.c583 case VSTRIMRIGHT: in subevalvar_trim()
698 case VSTRIMRIGHT: in evalvar()
765 case VSTRIMRIGHT: in evalvar()
870 subtype == VSTRIMLEFTMAX || subtype == VSTRIMRIGHT || in strtodest()
939 subtype == VSTRIMRIGHT || subtype == VSTRIMRIGHTMAX; in varvalue()
H A Dshow.c220 case VSTRIMRIGHT: in sharg()
H A DTOUR135 VSTRIMRIGHT ${var%text}
H A Dparser.c1733 VSTRIMRIGHT; in readtoken1()
/freebsd/bin/sh/tests/expansion/
H A Dtrim4.06 # Trigger bug in VSTRIMRIGHT processing STADJUST() call in expand.c:subevalvar()