Searched refs:style (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/seL4_tools/misc/
H A Dstyle-all.sh8 # Run style tools on all dirs passed in, or the current dir.
16 find "$DIR" -type f | xargs "${0%/*}"/style.sh
H A Dstyle-changed.sh8 # Run the style tools on all changed files in the current repository.
9 git ls-files -mo | xargs "${0%/*}"/style.sh
H A Dstyle.sh10 # A repo can keep its local style filter in its top-level directory.
20 # Run style tools over list of files passed as input.
21 "${0%/*}"/style.py $FILTER_ARG "$@"
/seL4-refos-master/libs/libmuslc/dist/
H A Dconfig.mak20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
21 #LDFLAGS += -Wl,--hash-style,both
/seL4-refos-master/kernel/manual/parts/
H A Dnotifications.tex39 select-style wait on the set of semaphores: If the notification word is
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c823 int style; /* either DISP_BEAM or DISP_FLASH or DISP_ALWAYS */ member in struct:tmp_glyph
846 tglyph->style = x;
871 if (tglyph->style == DISP_BEAM) {
888 if (tglyph->style == DISP_BEAM) {
899 if (!cansee(x,y) && tglyph->style != DISP_ALWAYS) break;
H A Dtrap.c1166 int style = ROLL | (trap->tseen ? LAUNCH_KNOWN : 0); local
1171 trap->launch2.x, trap->launch2.y, style)) {
1311 launch_obj(otyp, x1, y1, x2, y2, style)
1314 int style;
1362 switch (style) {
1369 style &= ~LAUNCH_UNSEEN;
1374 style &= ~LAUNCH_KNOWN;
1413 (style==ROLL) ? -1 : dist, FALSE)) {
1424 if (style == ROLL) {
1715 unreasonable; everybody has their own style
2133 int style = ROLL | (in_sight ? 0 : LAUNCH_UNSEEN); local
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c823 int style; /* either DISP_BEAM or DISP_FLASH or DISP_ALWAYS */ member in struct:tmp_glyph
846 tglyph->style = x;
871 if (tglyph->style == DISP_BEAM) {
888 if (tglyph->style == DISP_BEAM) {
899 if (!cansee(x,y) && tglyph->style != DISP_ALWAYS) break;
H A Dtrap.c1166 int style = ROLL | (trap->tseen ? LAUNCH_KNOWN : 0); local
1171 trap->launch2.x, trap->launch2.y, style)) {
1311 launch_obj(otyp, x1, y1, x2, y2, style)
1314 int style;
1362 switch (style) {
1369 style &= ~LAUNCH_UNSEEN;
1374 style &= ~LAUNCH_KNOWN;
1413 (style==ROLL) ? -1 : dist, FALSE)) {
1424 if (style == ROLL) {
1715 unreasonable; everybody has their own style
2133 int style = ROLL | (in_sight ? 0 : LAUNCH_UNSEEN); local
[all...]
/seL4-refos-master/libs/libmuslc/
H A Dconfigure572 tryldflag LDFLAGS_AUTO -Wl,--hash-style=both

Completed in 122 milliseconds