taglinefilesource code
depth3037arch/m68k/atari/atafb.cint    xres, yres, depth, planes;
depth3054arch/m68k/atari/atafb.cdepth = simple_strtoul(p, NULL, 10);
depth3055arch/m68k/atari/atafb.cif (depth != 1 && depth != 2 && depth != 4 && depth != 8 &&
depth3056arch/m68k/atari/atafb.cdepth != 16 && depth != 24) goto ext_invalid;
depth3075arch/m68k/atari/atafb.clen = xres*yres*depth/8;
depth3099arch/m68k/atari/atafb.cexternal_depth = depth;
depth3157arch/m68k/atari/atafb.cint xres, yres, depth, temp;
depth3164arch/m68k/atari/atafb.cdepth = simple_strtoul(p, NULL, 10);
depth3169arch/m68k/atari/atafb.catari_fb_predefined[default_par-1].bits_per_pixel = depth;
depth1245drivers/sbus/char/suncons.cint depth;
depth1396drivers/sbus/char/suncons.cfor (i = 0; scr_def [i].depth; i++){
depth1399drivers/sbus/char/suncons.cif (scr_def [i].depth != con_depth)
depth1409drivers/sbus/char/suncons.cif (!scr_def [i].depth){
depth149scripts/tkcond.cstruct condition * get_token_cond(struct condition ** cond, int depth)
depth159scripts/tkcond.cfor(i=0; i<depth; i++, cond++)
depth237scripts/tkcond.cif( i < depth - 1 )
depth300scripts/tkcond.cint depth = 0;
depth334scripts/tkcond.cconditions[depth] = cfg->cond;
depth335scripts/tkcond.cdepth++;
depth345scripts/tkcond.cinvert_condition(conditions[depth-1]);
depth349scripts/tkcond.cdepth--;
depth350scripts/tkcond.cfree_condition(conditions[depth]);
depth351scripts/tkcond.cconditions[depth] = NULL;
depth367scripts/tkcond.ccfg->cond = get_token_cond(&conditions[0], depth);
depth375scripts/tkcond.cconditions[depth] = cfg->cond;
depth376scripts/tkcond.cdepth++;
depth377scripts/tkcond.ccfg->cond = get_token_cond(&conditions[0], depth);
depth378scripts/tkcond.cdepth--;
depth379scripts/tkcond.cfree_condition(conditions[depth]);
depth380scripts/tkcond.cconditions[depth] = NULL;