HomeSort by: relevance | last modified time | path
    Searched refs:TRIPLE (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/less/dist/
option.h 19 #define TRIPLE 02 /* Triple-valued option: 0, 1 or 2 */
29 #define OTYPE (BOOL|TRIPLE|NUMBER|STRING|NOVAR)
opttbl.c 184 * For BOOL and TRIPLE options, odesc[0], odesc[1], odesc[2] are
196 TRIPLE, OPT_ONPLUS, &how_search, NULL,
221 TRIPLE, OPT_OFF, &top_scroll, NULL,
253 TRIPLE, OPT_OFF, &quit_at_eof, NULL,
278 TRIPLE|HL_REPAINT, OPT_ONPLUS, &hilite_search, NULL,
295 TRIPLE|HL_REPAINT, OPT_OFF, &caseless, opt_i,
347 TRIPLE, OPT_OFF, &pr_type, NULL,
355 TRIPLE|REPAINT, OPT_ON, &linenums, NULL,
381 TRIPLE, OPT_OFF, &quiet, NULL,
389 TRIPLE|REPAINT, OPT_OFF, &ctldisp, NULL
    [all...]
option.c 244 case TRIPLE:
374 case TRIPLE:
376 * Triple:
452 case TRIPLE:
481 * "Toggle" a triple-valued option.
498 if (o->otype & (BOOL|TRIPLE|NOVAR|NO_TOGGLE))
  /src/sys/ufs/ext2fs/
ext2fs_inode.c 281 #define TRIPLE 2 /* index of triple indirect block */
376 lastiblock[TRIPLE] = lastiblock[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs);
386 for (level = TRIPLE; level >= SINGLE; level--) {
425 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs) - 1;
426 for (level = TRIPLE; level >= SINGLE; level--) {
460 for (level = SINGLE; level <= TRIPLE; level++)
494 * NB: triple indirect blocks are untested.
526 * double(triple) indirect before single(double) indirect, calls
  /src/sys/ufs/lfs/
lfs_inode.c 205 #define TRIPLE 2 /* index of triple indirect block */
446 lastiblock[TRIPLE] = lastiblock[DOUBLE] - LFS_NINDIR(fs) * LFS_NINDIR(fs);
459 for (level = TRIPLE; level >= SINGLE; level--)
478 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - LFS_NINDIR(fs) * LFS_NINDIR(fs) - 1;
479 for (level = TRIPLE; level >= SINGLE; level--) {
568 for (level = SINGLE; level <= TRIPLE; level++)
722 * NB: triple indirect blocks are untested.
757 * double(triple) indirect before single(double) indirect, calls
  /src/sys/ufs/ffs/
ffs_inode.c 201 #define TRIPLE 2 /* index of triple indirect block */
416 lastiblock[TRIPLE] = lastiblock[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs);
425 for (level = TRIPLE; level >= SINGLE; level--) {
475 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs) - 1;
476 for (level = TRIPLE; level >= SINGLE; level--) {
578 for (level = SINGLE; level <= TRIPLE; level++)
627 * NB: triple indirect blocks are untested.
673 * double(triple) indirect before single(double) indirect, calls
  /src/sbin/newfs_ext2fs/
mke2fs.c 1098 * All entries for direct, single indirect and triple
1146 #define TRIPLE 2 /* index of triple indirect block */
1151 /* also zero out entries for single and triple indirect references */
1153 node.e2di_blocks[EXT2FS_NDADDR + TRIPLE] = 0;
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 129 STRINGIFY_CODE(MODULE_CODE, TRIPLE)
  /src/external/bsd/tmux/dist/
server-client.c 689 TRIPLE } type = NOTYPE;
746 type = TRIPLE;
748 log_debug("triple-click at %u,%u", x, y);
890 type != TRIPLE &&
2046 case TRIPLE:

Completed in 32 milliseconds