Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dmacro.c345 int strlngth = staktop - stakbot; local
378 (void) memcpystak(stakbot, savptr, strlngth);
379 staktop = stakbot + strlngth;
457 int strlngth = staktop - stakbot; in comsubst() local
512 (void) memcpystak(stakbot, savptr, strlngth); in comsubst()
513 oldstaktop = staktop = stakbot + strlngth; in comsubst()