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

/freebsd-9.3-release/contrib/less/
H A Doption.h17 #define TRIPLE 02 /* Triple-valued option: 0, 1 or 2 */ macro
27 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR)
H A Dopttbl.c125 * For BOOL and TRIPLE options, odesc[0], odesc[1], odesc[2] are
137 TRIPLE, OPT_ONPLUS, &how_search, NULL,
162 TRIPLE, OPT_OFF, &top_scroll, NULL,
188 TRIPLE, OPT_OFF, &quit_at_eof, NULL,
213 TRIPLE|HL_REPAINT, OPT_ONPLUS, &hilite_search, NULL,
230 TRIPLE|HL_REPAINT, OPT_OFF, &caseless, opt_i,
276 TRIPLE, OPT_OFF, &pr_type, NULL,
284 TRIPLE|REPAINT, OPT_ON, &linenums, NULL,
310 TRIPLE, OPT_OFF, &quiet, NULL,
318 TRIPLE|REPAIN
[all...]
H A Doption.c242 case TRIPLE:
377 case TRIPLE:
455 case TRIPLE:
504 if (o->otype & (BOOL|TRIPLE|NOVAR|NO_TOGGLE))
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_inode.c103 #define TRIPLE 2 /* index of triple indirect block */ macro
218 lastiblock[TRIPLE] = lastiblock[DOUBLE] - NINDIR(fs) * NINDIR(fs);
227 for (level = TRIPLE; level >= SINGLE; level--)
256 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - NINDIR(fs) * NINDIR(fs) - 1;
257 for (level = TRIPLE; level >= SINGLE; level--) {
322 for (level = SINGLE; level <= TRIPLE; level++)
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_inode.c167 #define TRIPLE 2 /* index of triple indirect block */ macro
412 lastiblock[TRIPLE] = lastiblock[DOUBLE] - NINDIR(fs) * NINDIR(fs);
420 for (level = TRIPLE; level >= SINGLE; level--) {
461 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - NINDIR(fs) * NINDIR(fs) - 1;
462 for (level = TRIPLE; level >= SINGLE; level--) {
532 for (level = SINGLE; level <= TRIPLE; level++)
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dgjournal.c378 #define TRIPLE 2 /* index of triple indirect block */ macro
380 for (level = SINGLE; level <= TRIPLE; level++) {

Completed in 113 milliseconds