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.c585 case VSTRIMRIGHT: in subevalvar_trim()
700 case VSTRIMRIGHT: in evalvar()
767 case VSTRIMRIGHT: in evalvar()
872 subtype == VSTRIMLEFTMAX || subtype == VSTRIMRIGHT || in strtodest()
941 subtype == VSTRIMRIGHT || subtype == VSTRIMRIGHTMAX; in varvalue()
H A Dshow.c220 case VSTRIMRIGHT: in sharg()
H A DTOUR135 VSTRIMRIGHT ${var%text}
H A Dparser.c1735 VSTRIMRIGHT; in readtoken1()
/freebsd/bin/sh/tests/expansion/
H A Dtrim4.06 # Trigger bug in VSTRIMRIGHT processing STADJUST() call in expand.c:subevalvar()