Lines Matching refs:chr
68 # process all files with majors and fill the chr[] and blk[]
81 chr[$2] = $4
90 CONSOLE_CMAJOR = chr["cons"]
108 # Perform the same blk / chr subsitution that happens below.
111 if (match(md_deventry, /%[a-z0-9]*_(blk|chr)%/)) {
120 if (nam in chr) {
121 dev = chr[nam];
342 while (match(deventry, /%[a-z0-9]*_(blk|chr)%/)) {
352 if (!(nam in chr)) {
356 dev = chr[nam];