/src/lib/libm/arch/vax/ |
n_cbrt.S | 72 mulf3 %r2,%r2,%r3 # %r3 =qq 73 divf2 %r0,%r3 # %r3 = qq/x 83 muld3 %r2,%r2,%r4 # %r4:%r5 = qq exactly
|
/src/usr.sbin/lpr/lpc/ |
cmds.c | 942 struct queue **qq; local in function:doarg 968 for (qq = queue + nitems; --qq >= queue; ) { 970 for (cp = (*qq)->q_name+3; isdigit((unsigned char)*cp); ) 978 if (touch(*qq) == 0) { 979 printf("\tmoved %s\n", (*qq)->q_name); 988 for (qq = queue + nitems; --qq >= queue; ) { 990 fp = fopen((*qq)->q_name, "r"); 1000 if (touch(*qq) == 0) [all...] |
/src/usr.bin/ctags/test/ |
ctags.test | 19 char qq[] = " quote(one,two) {int bar;} ";
|
/src/sys/arch/next68k/stand/boot/ |
boot.c | 65 volatile int qq; variable in typeref:typename:volatile int
|
/src/games/hack/ |
hack.c | 498 int qq; local in function:pickup 499 for (qq = 1; qq < savequan; qq++) { 500 obj->quan = qq; 505 qq--; 506 /* we can carry qq of them */ 507 if (!qq) 510 (qq == 1) ? "one" : "some", 512 (void) splitobj(obj, qq); [all...] |
/src/usr.bin/newsyslog/ |
newsyslog.c | 368 char qq = toupper((unsigned char)*q); local in function:parse_cfgline 369 switch (qq) { 387 if (*compress[ziptype].flag == qq)
|
/src/sbin/nvmectl/ |
bignum.c | 4707 mp_digit q, qq; local in function:mp_cnt_lsb 4723 qq = q & 15; 4724 /* LINTED previous op ensures range of qq */ 4725 x += lnz[qq]; 4727 } while (qq == 0);
|