HomeSort by: relevance | last modified time | path
    Searched defs:savelastp (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/sh/
expand.c 629 struct ifsregion saveifs, *savelastp; local in function:expbackq
641 savelastp = ifslastp;
650 ifslastp = savelastp;
1517 struct strlist **savelastp; local in function:expandmeta
1530 savelastp = exparg.lastp;
1541 if (exparg.lastp == savelastp) {
1551 *savelastp = sp = expsort(*savelastp);

Completed in 13 milliseconds