Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c344 int strlngth = staktop - stakbot; local
377 (void) memcpystak(stakbot, savptr, strlngth);
378 staktop = stakbot + strlngth;
456 int strlngth = staktop - stakbot; in comsubst() local
511 (void) memcpystak(stakbot, savptr, strlngth); in comsubst()
512 oldstaktop = staktop = stakbot + strlngth; in comsubst()