Searched refs:nm (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/mam/
H A Dshmam.awk718 function print_install2( i,j, dir, found, vardir, ic, nm)
733 nm=subinvar(dir);
734 if (dir != nm ) {
735 #print "sub: " dir " -> " nm
737 myvardir=compress(nm) #removes "//" etc.
997 nm=subinvar(dir)
998 if (dir == nm )
1002 val[CMD] = val[CMD] " " compress(nm "/"base)
1797 nm=subinvar(val)
1798 if (val != nm ) {
[all...]
/ast/src/lib/libtksh/lib/tksh7.6/
H A DldAout.tcl14 # The input archives and object files are examined with the "nm"
70 # nmCommand is the "nm" command that lists global symbols from the
73 set nmCommand {|nm -g}
/ast/src/lib/libdll/
H A Ddlfcn.c348 static NSModule multiple(NSSymbol sym, NSModule om, NSModule nm) argument
/ast/src/cmd/3d/features/
H A Dsyscall.sh106 s=`nm ${tmp}s.o | sed -e /${l}/!d -e 's/.*[^_]\(_*'$l'[0-9]*\).*/\1/'`
825 then s=`nm ${tmp}s.o | sed -e /$l/!d -e 's/.*[^_]\('${SYS_PREFIX}'_*'${l}'[0-9]*\).*/\1/'`
/ast/src/lib/libast/regex/
H A Dregcomp.c369 unsigned long nm; local
455 nm = env->stats.m;
461 if (env->stats.m < nm)
462 env->stats.m = nm;
464 nm = env->stats.m;
465 if ((env->stats.m += cm) < nm)
/ast/src/cmd/INIT/
H A Dpackage.sh551 '') NM=nm ;;

Completed in 136 milliseconds