Searched refs:St (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Difs_func.c190 struct stat St; local
192 return( stat( pPath, &St ) == 0 && S_ISREG( St.st_mode ) );
204 struct stat St; local
206 return( stat( pPath, &St ) == 0 && S_ISDIR( St.st_mode ) );
/ast/src/cmd/html/
H A Dmm2html.sh1394 St) t+="<B>$a</B>" ;;

Completed in 63 milliseconds