Searched refs:skip (Results 1 - 25 of 25) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Ddepend.awk123 # (unless `skip', in which case we're only marking files as already done)
125 function depend(inout, name, skip, n, i, list)
129 if (!skip) inout = inout " " alt_deps[name]
130 skip = 1
132 if (!skip) inout = inout " " name
137 #- inout = depend(inout, list[i], skip)
143 inout = depend(inout, substr(list, 1, i-1), skip)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Ddepend.awk123 # (unless `skip', in which case we're only marking files as already done)
125 function depend(inout, name, skip, n, i, list)
129 if (!skip) inout = inout " " alt_deps[name]
130 skip = 1
132 if (!skip) inout = inout " " name
137 #- inout = depend(inout, list[i], skip)
143 inout = depend(inout, substr(list, 1, i-1), skip)
/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dgetspnam_r.c68 int skip = 0; local
101 if (skip || strncmp(name, buf, l) || buf[l]!=':') {
102 skip = buf[k-1] != '\n';
/seL4-refos-master/seL4_tools/elfloader-tool/src/binaries/efi/gnuefi/
H A Dcrt0-efi-arm.S29 .skip 58 // 'MZ' + pad + offset == 64
H A Dcrt0-efi-aarch64.S29 .skip 58 // 'MZ' + pad + offset == 64
/seL4-refos-master/tools/elfloader/src/binaries/efi/gnuefi/
H A Dcrt0-efi-arm.S29 .skip 58 // 'MZ' + pad + offset == 64
H A Dcrt0-efi-aarch64.S29 .skip 58 // 'MZ' + pad + offset == 64
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c144 int in, len, first, skip; local
150 first = 1, skip = 0;
154 if (first) skip = (*ip == '#'), first = 0;
156 if (!skip && len > 1
164 if (!skip) ip = tc_name(term, tcbuf);
165 } while (skip || !ip);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c144 int in, len, first, skip; local
150 first = 1, skip = 0;
154 if (first) skip = (*ip == '#'), first = 0;
156 if (!skip && len > 1
164 if (!skip) ip = tc_name(term, tcbuf);
165 } while (skip || !ip);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c127 break; /* skip makeknown */
3828 register int dmg, xresist, skip; local
3838 xresist = skip = 0;
3849 } else skip++;
3855 skip++;
3857 skip++;
3877 skip++;
3887 { skip++; break; }
3892 if(obj->otyp == WAN_LIGHTNING) { skip++; break; }
3894 if (obj == current_wand) { skip
3954 int skip, tmp = 0; local
[all...]
H A Dfiles.c1718 return 1; /* skip all-blank lines */
1728 /* skip whitespace between '=' and value */
2138 boolean bad_items = FALSE, skip = FALSE; local
2144 if (skip) { /* in case previous line was too long */
2145 if (ep) skip = FALSE; /* found newline; next line is normal */
2147 if (!ep) skip = TRUE; /* newline missing; discard next fgets */
H A Dshk.c681 this_shkp = 0; /* skip first pass */
1485 /* -1 if skip this object */
1662 goto skip;
1686 if (!invent && !u.ugold) goto skip;
1688 if (!invent) goto skip;
1735 skip:
H A Dvision.c565 /* skip the normal update loop */
566 goto skip;
797 skip:
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dzap.c127 break; /* skip makeknown */
3828 register int dmg, xresist, skip; local
3838 xresist = skip = 0;
3849 } else skip++;
3855 skip++;
3857 skip++;
3877 skip++;
3887 { skip++; break; }
3892 if(obj->otyp == WAN_LIGHTNING) { skip++; break; }
3894 if (obj == current_wand) { skip
3954 int skip, tmp = 0; local
[all...]
H A Dfiles.c1718 return 1; /* skip all-blank lines */
1728 /* skip whitespace between '=' and value */
2138 boolean bad_items = FALSE, skip = FALSE; local
2144 if (skip) { /* in case previous line was too long */
2145 if (ep) skip = FALSE; /* found newline; next line is normal */
2147 if (!ep) skip = TRUE; /* newline missing; discard next fgets */
H A Dshk.c681 this_shkp = 0; /* skip first pass */
1485 /* -1 if skip this object */
1662 goto skip;
1686 if (!invent && !u.ugold) goto skip;
1688 if (!invent) goto skip;
1735 skip:
H A Dvision.c565 /* skip the normal update loop */
566 goto skip;
797 skip:
/seL4-refos-master/libs/libmuslc/src/time/
H A D__tz.c180 size_t skip = zi_dotprod(zi+20, VEC(1,1,8,5,6,1), 6); local
181 trans = zi+skip+44+44;
/seL4-refos-master/libs/libmuslc/src/regex/
H A Dregexec.c339 int skip = 0; local
346 skip = 1;
352 skip = 1;
356 if (!skip)
/seL4-refos-master/kernel/src/arch/x86/64/
H A Dtraps.S70 * of a fast syscall trap) we skip 6 registers (SS, CS, RCX, R11,
105 /* skip FaultIP, RSP, Error, NextIP, RFLAGS */ \
140 /* skip 128 bytes as we need to respect the */ \
160 /* we need to not skip RSP, FaultIP, R11 and RCX for now */ \
487 /* skip RFLAGS, Error, NextIP, RSP, FaultIP */
549 /* skip RFLAGS, NextIP, Error, RSP, FaultIP */
646 subq $8, %rsp # skip RDX
/seL4-refos-master/kernel/manual/parts/
H A Dbootup.tex124 length can be used to skip over chunks that you do not understand. The only generally
H A Dthreads.tex538 should be set to \texttt{1} when single-stepping, or any non-zero integer value to skip that many
539 instructions before resuming single-stepping. This skip-count can also be set in
547 \reg{Breakpoint instruction address} & \texttt{num\_instructions} to skip & \ipcbloc{IPCBuffer[0]} \\
/seL4-refos-master/kernel/tools/
H A Dlex.py317 # skip() - Skip ahead n characters
319 def skip(self, n): member in class:Lexer
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex578 `{\tt ,}' will explain the symbol but skip any additional
579 information; `{\tt ;}' will skip additional info and also not bother asking
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex578 `{\tt ,}' will explain the symbol but skip any additional
579 information; `{\tt ;}' will skip additional info and also not bother asking

Completed in 244 milliseconds