Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/386bsd/usr/src/usr.bin/groff/troff/
H A Dhvunits.h23 int n; variable
52 int n; variable
303 inline hunits scale(hunits n, units x, units y) in scale()
310 inline vunits scale(vunits n, units x, units y) in scale()
317 inline vunits scale(vunits n, vunits x, vunits y) in scale()
324 inline hunits scale(hunits n, double x) in scale()
331 inline units scale(units n, double x) in scale()
336 inline units points_to_units(units n) in points_to_units()
H A Dreg.cc88 int n = int(value); in number_value_to_ascii() local
152 int n = value; in number_value_to_ascii() local
193 units n; in get_string() local
202 int n; in increment() local
209 int n; in decrement() local
214 void general_reg::set_increment(units n) in set_increment()
230 int n = width; in number_format_to_ascii() local
269 void number_reg::set_value(units n) in set_value()
278 void variable_reg::set_value(units n) in set_value()
346 void set_number_reg(symbol nm, units n) in set_number_reg()
[all …]
H A Ddiv.cc124 void diversion::need(vunits n) in need()
605 hunits n; in page_offset() local
615 vunits n; in page_length() local
625 vunits n; in when_request() local
639 int n; in begin_page() local
720 vunits n; in space_request() local
747 vunits n; in need_space() local
758 int n; in page_number() local
822 vunits n; in diversion_trap() local
891 int n; in vertical_position_traps() local
[all …]
H A Dnode.h108 inline node::node(node *n) : next(n) in node() function
219 vunits n; variable
229 vunits n; variable
263 vunits n; variable
276 node *n; variable
289 node *n; variable
323 node *n; variable
337 node *n; variable
/386bsd/usr/src/lib/libc/regex/
H A Dregexec.c68 #define SET0(v, n) ((v) &= ~(1 << (n))) argument
69 #define SET1(v, n) ((v) |= 1 << (n)) argument
70 #define ISSET(v, n) ((v) & (1 << (n))) argument
74 #define STATESETUP(m, n) /* nothing */ argument
78 #define INIT(o, n) ((o) = (unsigned)1 << (n)) argument
85 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n))) argument
115 #define SET0(v, n) ((v)[n] = 0) argument
116 #define SET1(v, n) ((v)[n] = 1) argument
117 #define ISSET(v, n) ((v)[n]) argument
127 #define INIT(o, n) ((o) = (n)) argument
[all …]
/386bsd/usr/src/lib/libg++/libg++/
H A Dostream.cc141 ostream& ostream::operator<<(short n) in operator <<()
146 ostream& ostream::operator<<(unsigned short n) in operator <<()
151 ostream& ostream::operator<<(int n) in operator <<()
156 ostream& ostream::operator<<(unsigned int n) in operator <<()
161 ostream& ostream::operator<<(long n) in operator <<()
166 ostream& ostream::operator<<(unsigned long n) in operator <<()
173 ostream& ostream::operator<<(long long n) in operator <<()
178 ostream& ostream::operator<<(unsigned long long n) in operator <<()
184 ostream& ostream::operator<<(float n) in operator <<()
189 ostream& ostream::operator<<(double n) in operator <<()
/386bsd/usr/src/lib/libc/stdlib/
H A Dmultibyte.c47 mblen(s, n) in mblen() argument
58 mbtowc(pwc, s, n) in mbtowc() argument
85 mbstowcs(pwcs, s, n) in mbstowcs() argument
97 wcstombs(s, pwcs, n) in wcstombs() argument
/386bsd/usr/src/usr.bin/telnet/
H A Dfdset.h44 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1<<(n))) argument
45 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) argument
46 #define FD_ISSET(n, p) ((p)->fds_bits[0] & (1<<(n))) argument
/386bsd/usr/src/usr.bin/gdb/
H A Dsymtab.h194 #define BLOCKLIST_BLOCK(blocklist,n) (blocklist)->block[n] argument
196 #define BLOCKVECTOR_BLOCK(blocklist,n) (blocklist)->block[n] argument
199 #define TYPEVECTOR_TYPE(typelist,n) (typelist)->type[n] argument
204 #define BLOCK_SYM(bl, n) (bl)->sym[n] argument
252 #define TYPE_FIELD(thistype, n) (thistype)->fields[n] argument
253 #define TYPE_FIELD_TYPE(thistype, n) (thistype)->fields[n].type argument
254 #define TYPE_FIELD_NAME(thistype, n) (thistype)->fields[n].name argument
279 #define TYPE_FN_FIELD(thistype, n) (thistype)[n] argument
280 #define TYPE_FN_FIELD_NAME(thistype, n) (thistype)[n].name argument
281 #define TYPE_FN_FIELD_TYPE(thistype, n) (thistype)[n].type argument
[all …]
H A Dcplus-dem.c185 int n; local
212 int n = (strlen (type) - 3)*2 + 3 + 2 + 1; local
223 int n = strlen (type) + 2; local
233 int n = strlen (type + 4) + 14 + 1; local
359 int n = *count; local
384 int n; local
866 string_need (s, n) in string_need() argument
925 int n; local
938 int n; local
948 string_appendn (p, s, n) in string_appendn() argument
[all …]
/386bsd/usr/src/usr.bin/ld/
H A Dcplus-dem.c188 int n; local
212 int n = (strlen (type) - 3)*2 + 3 + 2 + 1; local
223 int n = strlen (type) + 2; local
233 int n = strlen (type + 4) + 14 + 1; local
359 int n = *count; local
383 int n; local
844 string_need (s, n) in string_need() argument
903 int n; local
916 int n; local
926 string_appendn (p, s, n) in string_appendn() argument
[all …]
/386bsd/usr/src/games/battlestar/
H A Dcom3.c66 register int n; in jump() local
168 register int n; in drink() local
189 register int n; in shoot() local
H A Dfly.c179 register int r,c,n; in screen() local
195 register int n; in target() local
207 register int n; in notarget() local
219 register int n; in blast() local
/386bsd/usr/include/nonstd/gnu/g++/
H A DBinomial.h51 inline Binomial::Binomial(int n, double u, RNG *gen) in Binomial()
56 inline int Binomial::n() { return pN; } in n() function
57 inline int Binomial::n(int xn) { int tmp = pN; pN = xn; return tmp; } in n() function
H A DRational.h130 inline Rational::Rational(const Integer& n) :num(n), den(1) {} in Rational()
132 inline Rational::Rational(const Integer& n, const Integer& d) :num(n),den(d) in Rational()
137 inline Rational::Rational(long n, long d) :num(n), den(d) in Rational()
/386bsd/usr/src/lib/libg++/g++-include/
H A DBinomial.h51 inline Binomial::Binomial(int n, double u, RNG *gen) in Binomial()
56 inline int Binomial::n() { return pN; } in n() function
57 inline int Binomial::n(int xn) { int tmp = pN; pN = xn; return tmp; } in n() function
H A DRational.h130 inline Rational::Rational(const Integer& n) :num(n), den(1) {} in Rational()
132 inline Rational::Rational(const Integer& n, const Integer& d) :num(n),den(d) in Rational()
137 inline Rational::Rational(long n, long d) :num(n), den(d) in Rational()
/386bsd/usr/src/bin/sh/
H A Deval.c170 union node *n; local
191 evaltree(n, flags) in evaltree() argument
280 evalloop(n) in evalloop() argument
317 evalfor(n) in evalfor() argument
357 evalcase(n, flags) in evalcase() argument
389 evalsubshell(n, flags) in evalsubshell() argument
417 expredir(n) in expredir() argument
444 evalpipe(n) in evalpipe() argument
510 evalbackcmd(n, result) in evalbackcmd() argument
831 prehash(n) in prehash() argument
[all …]
/386bsd/usr/src/usr.bin/tn3270/general/
H A Dgeneral.h52 #define memcpy(dest,src,n) bcopy(src,dest,n) argument
53 #define memmove(dest,src,n) bcopy(src,dest,n) argument
54 #define memset(s,c,n) if (c == 0) { \ argument
64 #define memcmp(s1,s2,n) bcmp(s1,s2,n) argument
H A Dgenbsubs.c43 bunequal(s1, s2, n) in bunequal() argument
62 bskip(s1, n, b) in bskip() argument
87 memNSchr(s, c, n, and, stride) in memNSchr() argument
/386bsd/usr/src/kernel/include/
H A Dprototypes.h105 #define insque(n, h) _insque((queue_t) n, (queue_t) h) argument
106 #define remque(n) _remque((queue_t) n) argument
/386bsd/usr/src/usr.bin/cpio/
H A Dxmalloc.c31 xmalloc (n) in xmalloc() argument
49 xrealloc (p, n) in xrealloc() argument
/386bsd/usr/src/kernel/kern/
H A Dsysent.c149 #define compat(n, name) 0, nosys argument
150 #define ncompat(n, name) 0, nosys argument
/386bsd/usr/src/bin/csh/
H A Dstr.c57 size_t n; local
76 size_t n; local
207 s_strncpy(dst, src, n) in s_strncpy() argument
242 s_strncat(dst, src, n) in s_strncat() argument
298 register size_t n; local
325 s_strncmp(str1, str2, n) in s_strncmp() argument
356 Char *n; local
/386bsd/usr/src/usr.bin/groff/libgroff/
H A Dnametoindex.cc71 int character_indexer::numbered_char_index(int n) in numbered_char_index()
98 int font::number_to_index(int n) in number_to_index()
111 long n = strtol(s + 4, &res, 10); in name_to_index() local

12345678910>>...25