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

/scripts/
H A Dcheckkconfigsymbols.sh28 symb=separate[1];
29 printf "%s ", symb;
34 for (i=0; i < count[symb]; i++) {
35 names[map[symb, i]] = 1;
36 # Unfortunately, we may still encounter symb, i in the
38 delete map[symb, i];
51 while read symb files; do
55 symb_bare=`echo $symb | sed -e 's/_MODULE//'`
57 /bin/echo -e "$files: \t$symb"

Completed in 2210 milliseconds