/titanic_50/usr/src/cmd/time/ |
H A D | time.c | 148 int nonzero; in printt() local 161 nonzero = 0; in printt() 163 c = (digit[i] != 0) ? digit[i]+'0' : (nonzero ? '0': pad[i]); in printt() 166 nonzero |= digit[i]; in printt() 167 c = nonzero?sep[i]:nsep[i]; in printt()
|
/titanic_50/usr/src/cmd/zic/ |
H A D | ialloc.c | 9 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro 15 return (malloc((size_t) nonzero(n))); 25 return (realloc((void *) pointer, (size_t) nonzero(size)));
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_cmds.c | 422 nonzero(); 441 nonzero(); 476 nonzero(); 615 nonzero(); 1003 nonzero();
|
H A D | ex_addr.c | 110 nonzero(); in setcount() 151 nonzero(); in setcount2()
|
H A D | ex.c | 631 nonzero(); in main()
|
H A D | ex_cmdsub.c | 146 nonzero(); in delete() 341 nonzero(); in vi_move()
|
H A D | ex_subr.c | 446 nonzero(void) in nonzero() function
|
H A D | ex_re.c | 100 nonzero();
|
/titanic_50/usr/src/cmd/ed/ |
H A D | ed.c | 325 static void nonzero(void); 632 nonzero(); in commands() 647 nonzero(); in commands() 657 nonzero(); in commands() 683 nonzero(); in commands() 752 nonzero(); in commands() 1071 nonzero(void) in nonzero() function 1621 nonzero(); in delete() 1838 nonzero(); in global() 2198 nonzero(); in move() [all …]
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Server_en.properties | 229 v1_nonzero_dialect = Dialect header field is nonzero in SLPv1 message.
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | shdr.msg | 157 in the file. A section of type SHT_NOBITS can have a nonzero\n\
|
/titanic_50/usr/src/lib/libmvec/common/vis/ |
H A D | __vsin.S | 1310 st %f0,[%o0] ! *y = *x with inexact if x nonzero 1330 st %f10,[%o1] ! *y = *x with inexact if x nonzero 1350 st %f20,[%o2] ! *y = *x with inexact if x nonzero
|
H A D | __vcos.S | 1381 fdtoi P0_f0,P0_f2; fmovd C_ONE,P0_f0 ; st P0_f0,[%o0] ! *y = *x with inexact if x nonzero 1401 fdtoi P1_f10,P1_f12; fmovd C_ONE,P1_f10 ; st P1_f10,[%o1] ! *y = *x with inexact if x nonzero 1421 fdtoi P2_f20,P2_f22; fmovd C_ONE,P2_f20 ; st P2_f20,[%o2] ! *y = *x with inexact if x nonzero
|
/titanic_50/usr/src/lib/libm/sparc/src/ |
H A D | locallibm.il | 820 orcc %o0,%o1,%g0 ! set cc as x is zero/nonzero 821 bne 1f ! branch if x is nonzero
|
/titanic_50/usr/src/lib/libnwam/ |
H A D | README | 524 NWAM_WALK_HALTED, Callback function returned nonzero
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 2497 % A ``lowercase letter'' is one whose \lccode is nonzero. 2498 % An ``uppercase letter'' is one whose \lccode is both nonzero, and 3481 % \lastskip and \lastpenalty cannot both be nonzero simultaneously. 3486 % If \lastskip is nonzero, that means the last item was a 3512 % On the other hand, if we had a nonzero \lastskip, 4981 % and narrows the margins. We keep \parskip nonzero in general, since 4999 % We have retained a nonzero parskip for the environment, since we're 5370 % The first line needs space for \box0; but if \rightskip is nonzero,
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 8993 enter_cmdline returns nonzero... just wait for a key. 8995 * shared_src/cmdline.c (enter_cmdline): Return nonzero, and avoid 9070 GEOMETRY is nonzero.
|