Home
last modified time | relevance | path

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

/freebsd-11-stable/bin/sh/
HDparser.h63 #define VSTRIMRIGHT 0x8 /* ${var%pattern} */ macro
HDexpand.c586 case VSTRIMRIGHT: in subevalvar_trim()
702 case VSTRIMRIGHT: in evalvar()
769 case VSTRIMRIGHT: in evalvar()
877 subtype == VSTRIMLEFTMAX || subtype == VSTRIMRIGHT || in strtodest()
946 subtype == VSTRIMRIGHT || subtype == VSTRIMRIGHTMAX; in varvalue()
HDshow.c226 case VSTRIMRIGHT: in sharg()
HDparser.c1731 VSTRIMRIGHT; in readtoken1()
/freebsd-11-stable/bin/sh/tests/expansion/
HDtrim4.07 # Trigger bug in VSTRIMRIGHT processing STADJUST() call in expand.c:subevalvar()