Home
last modified time | relevance | path

Searched refs:INF (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dsh.init.c40 #define INF INT_MAX macro
43 { ":", dozip, 0, INF },
44 { "@", dolet, 0, INF },
48 { "att", doatt, 0, INF },
50 { "bg", dobg, 0, INF },
62 { "cd", dochngd, 0, INF },
80 { "fg", dofg, 0, INF },
91 { "hup", dohup, 0, INF },
92 { "if", doif, 1, INF },
129 { "set", doset, 0, INF },
[all …]
H A Dtc.printf.c41 #define INF INT_MAX /* should be bigger than any field to print */ macro
67 int flush_left = 0, f_width = 0, prec = INF, hash = 0; in doprnt()
347 flush_left = 0, f_width = 0, prec = INF, hash = 0; in doprnt()
/dragonfly/contrib/file/magic/Magdir/
H A Dos229 # >>>>> OS/2 INF/HLP <<<<< (source: Daniel Dissett ddissett@netcom.com)
30 # URL: http://fileformats.archiveteam.org/wiki/INF/HLP_(OS/2)
39 # // bit 0: set if INF style file
43 # // seem to work with INF settings here as well.
47 0 string HSP\x01\x9b\x00 OS/2 INF
H A Dlisp11 # windows INF files often begin with semicolon and use CRLF as line end
14 #>2 search/4096 \r Windows INF file
H A Dwindows649 # Windows *.INF *.INI files updated by Joerg Jenderek at Apr 2013, Feb 2018
695 # NETCRC.INF OEMCPL.INF
788 # NETDEF.INF multiarc.ini
860 # Windows Precompiled INF files *.PNF added by Joerg Jenderek at Mar 2013 of _PNF_HEADER inf.h
/dragonfly/contrib/nvi2/regex/
H A Dregcomp.c1010 # define INF 3 in repeat() macro
1012 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat()
1030 case REP(0, INF): /* as x{1,}? */ in repeat()
1055 case REP(1, INF): /* as x+ */ in repeat()
1063 case REP(N, INF): /* as xx{n-1,INF} */ in repeat()
/dragonfly/contrib/mpfr/doc/
H A Dmpfr.info1958 `e', `f', and `g' specifiers and `NAN', `-INF', and `INF' for `A', `E',
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.c1910 CASE_MATHFN (INF) in mathfn_built_in_2()