taglinefilesource code
nl352drivers/char/console.clong ol, nl, rlth, rrem;
nl402drivers/char/console.cnl = (long) newscreens[currcons];
nl407drivers/char/console.cmemcpy((void *) nl, (void *) ol, rlth);
nl409drivers/char/console.cmemsetw((void *)(nl + rlth), video_erase_char, rrem);
nl411drivers/char/console.cnl += sr;
nl423drivers/char/console.cif (scr_end > nl)
nl424drivers/char/console.cmemsetw((void *) nl, video_erase_char, scr_end - nl);
nl509drivers/net/plip.cstruct net_local *nl=(struct net_local *)dev->priv;
nl514drivers/net/plip.ccx = nl->nibble_us;
nl532drivers/net/plip.ccx = nl->nibble_us;
nl760drivers/net/plip.cstruct net_local *nl= (struct net_local *)dev->priv;
nl771drivers/net/plip.ccx = nl->nibble_us;
nl786drivers/net/plip.ccx = nl->nibble_us;
nl947drivers/net/plip.cstruct net_local *nl = (struct net_local *) dev->priv;
nl953drivers/net/plip.cpc->trigger=nl->trigger_us;
nl954drivers/net/plip.cpc->nibble=nl->nibble_us;
nl955drivers/net/plip.cpc->unit=nl->unit_us;
nl958drivers/net/plip.cnl->trigger_us=pc->trigger;
nl959drivers/net/plip.cnl->nibble_us=pc->nibble;
nl960drivers/net/plip.cnl->unit_us=pc->unit;
nl557zBoot/inflate.cunsigned nl;          /* number of literal/length codes */
nl576zBoot/inflate.cnl = 257 + ((unsigned)b & 0x1f);      /* number of literal/length codes */
nl585zBoot/inflate.cif (nl > 288 || nd > 32)
nl587zBoot/inflate.cif (nl > 286 || nd > 30)
nl617zBoot/inflate.cn = nl + nd;
nl677zBoot/inflate.cif ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
nl688zBoot/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)