| /openbsd-src/usr.bin/mandoc/ |
| H A D | mandoc.css | 106 .Bl-dash > li:before { 282 .An::before { content: "An"; } 283 .Ar::before { content: "Ar"; } 284 .Cd::before { content: "Cd"; } 285 .Cm::before { content: "Cm"; } 286 .Dv::before { content: "Dv"; } 287 .Em::before { content: "Em"; } 288 .Er::before { content: "Er"; } 289 .Ev::before { content: "Ev"; } 290 .Fa::before { conten [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | check-init.c | 204 check_final_reassigned (decl, before) in check_final_reassigned() argument 206 words before; 213 || ! UNASSIGNED_P (before, index))) 225 before, when_false, when_true) in check_cond_init() argument 227 words before, when_false, when_true; 238 check_bool_init (test_exp, before, test_false, test_true); 252 check_bool2_init (code, exp0, exp1, before, when_false, when_true) in check_bool2_init() argument 254 words before, when_false, when_true; 263 check_bool_init (exp0, before, when_false_0, when_true_0); 264 INTERSECT (before, when_false_0, when_true_0); [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/man/blank/ |
| H A D | afterSS.out_ascii | 8 blank line before text 11 blank line before PP 14 blank line before RS 17 TAG blank line before an indented paragraph 20 TAG blank line before a tagged paragraph 23 blank line before a hanged paragraph 26 blank line before br 29 blank line before sp 32 double blank line before text 35 double blank line before PP [all …]
|
| H A D | afterSH.out_ascii | 7 blank line before text 10 blank line before PP 13 blank line before RS 16 TAG blank line before an indented paragraph 19 TAG blank line before a tagged paragraph 22 blank line before a hanged paragraph 25 blank line before br 28 blank line before sp 31 double blank line before text 34 double blank line before PP [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | macscp.exp | 191 if {[list_and_check_macro main WHERE {macscp1.c {before macscp1_3}}]} { 194 list_and_check_macro macscp2_2 WHERE {macscp2.h macscp1.c {before macscp2_2}} 195 list_and_check_macro macscp3_2 WHERE {macscp3.h macscp1.c {before macscp3_2}} 205 {macscp4.h macscp2.h macscp1.c {before macscp4_2_..., from macscp2.h}} { 208 {macscp4.h macscp3.h macscp1.c {before macscp4_2_..., from macscp3.h}} { 220 {macscp4.h macscp3.h macscp1.c {before macscp4_2_..., from macscp3.h}} { 223 {macscp4.h macscp2.h macscp1.c {before macscp4_2_..., from macscp2.h}} { 250 {macscp1.c {before macscp1_1}} 254 {macscp2.h macscp1.c {before macscp2_1}} 258 {macscp4.h macscp2.h macscp1.c {before macscp4_1_..., from macscp2.h}} [all …]
|
| H A D | macscp4.h | 12 #define WHERE before macscp4_1_..., from macscp2.h 17 #define WHERE before macscp4_1_..., from macscp3.h 29 #define WHERE before macscp4_2_..., from macscp2.h 34 #define WHERE before macscp4_2_..., from macscp3.h
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Ns/ |
| H A D | position.out_markdown | 10 \[before] 14 \[before]\[after] 17 \[before 18 still before]\[after] 21 \[before]\[after] 24 \[before]:\[after] 27 \[before]: \[after] 30 \[before]\[after] 33 \[before]\[after]
|
| H A D | position.out_ascii | 7 At the beginning of a macro line: [before] [after] 9 After just a block closing macro: [before][after] 11 After some macro and a block closing: [before still before][after] 13 In the middle of a macro line: [before][after] 15 After closing punctuation: [before]:[after] 17 Before closing punctuation: [before]: [after] 19 At the end of a macro line: [before][after] 21 At the end of partial implicit: [before][after]
|
| /openbsd-src/usr.bin/make/lst.lib/ |
| H A D | lstInsert.c | 59 Lst_Insert(Lst l, LstNode before, void *d) in Lst_Insert() argument 64 if (before == NULL && !Lst_IsEmpty(l)) in Lst_Insert() 67 if (before != NULL && Lst_IsEmpty(l)) in Lst_Insert() 74 if (before == NULL) { in Lst_Insert() 78 nLNode->prevPtr = before->prevPtr; in Lst_Insert() 79 nLNode->nextPtr = before; in Lst_Insert() 83 before->prevPtr = nLNode; in Lst_Insert() 85 if (before == l->firstPtr) in Lst_Insert()
|
| /openbsd-src/regress/sys/kern/clock_gettime/ |
| H A D | monotonicrelapse.c | 65 report_relapse(int num, struct timespec *before, struct timespec *after) in report_relapse() argument 75 timespecsub(before, after, &relapsed); in report_relapse() 78 before->tv_sec + before->tv_nsec / 1000000000.0, in report_relapse() 85 struct timespec after, before, timeout; in thread_func() local 93 clock_gettime(CLOCK_MONOTONIC, &before); in thread_func() 97 if (timespeccmp(&after, &before, <)) in thread_func() 98 report_relapse(num, &before, &after); in thread_func()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/ |
| H A D | expmod_t.t | 27 my (@before, @after, @now); 36 my $before = time; 43 # $before..$after represents the time range within which now() must have 44 # been called. On very slow platforms, $after - $before may be > 1. 46 my $in_range0 = !$iteration || ($before[$i] <= $now && $now <= $after[$i]); 47 my $in_range1 = ($before <= $now && $now <= $after); 57 $ok = $after[$i] + $LIFETIME >= $before && $now[$i] == $now; 63 $ok = $before[$i] + $LIFETIME <= $after && $now[$i] != $now; 82 $before[$i]||-1, $after[$i]||-1, $before, $after, $now[$i]||-1, $now; 87 $before[$i] = $before;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| H A D | 022_comment_at_eof.t | 36 is( decoder( " []" ), '[]', 'space ignored before array' ); 37 is( decoder( "\n[]" ), '[]', 'newline ignored before array' ); 38 is( decoder( "# foo\n[]" ), '[]', 'comment ignored before array' ); 39 is( decoder( "# fo[o\n[]"), '[]', 'comment ignored before array' ); 40 is( decoder( "# fo]o\n[]"), '[]', 'comment ignored before array' ); 44 is( decoder( " " ), 'undef', 'space ignored before eof' ); 45 is( decoder( "\n" ), 'undef', 'newline ignored before eof' ); 46 is( decoder( "#,foo\n" ), 'undef', 'comment ignored before eof' ); 47 is( decoder( "# []o\n" ), 'undef', 'comment ignored before eof' );
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/ |
| H A D | break.out_ascii | 7 before both 9 1. before bracket [inside both after list] 12 1. before bracket [inside both 17 1. before display 22 1. before display 28 1. before table 44 before broken block [inside both after list]
|
| H A D | emptyhead.out_markdown | 15 > no tag before this text 26 no tag before this text 36 no tag before this text 46 no tag before this text
|
| H A D | emptyhead.out_ascii | 11 no tag before this text 19 no tag before this text 27 no tag before this text 34 no tag before this text
|
| /openbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.christian | 11 Easter-47 Shrove Tuesday / Mardi Gras (day before Ash Wednesday) 13 Easter-7 Palm Sunday (7 days before Easter) 14 Easter-3 Maundy Thursday (3 days before Easter) 15 Easter-2 Good Friday (2 days before Easter) 18 Easter+39 Ascension Day (10 days before Pentecost) 24 12/SunFirst First Sunday of Advent (4th Sunday before Christmas)
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Ux/ |
| H A D | punct.out_lint | 1 mandoc: punct.in:11:9: STYLE: no blank before trailing delimiter: Bsx 5.1, 2 mandoc: punct.in:12:10: STYLE: no blank before trailing delimiter: Dx 4.8.0, 3 mandoc: punct.in:13:9: STYLE: no blank before trailing delimiter: Fx 11.0, 4 mandoc: punct.in:14:8: STYLE: no blank before trailing delimiter: Nx 7.1, 5 mandoc: punct.in:16:8: STYLE: no blank before trailing delimiter: Ox 6.1.
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | git-find-p4-change | 11 my $before = '--before=2008-12-18'; # only changes made under perforce 24 my $commit = qx(git rev-list -1 --all $before '$grep'); 31 system(qw(git log), $grep, "-$num", "--all", $before, @ARGV); 34 system(qw(git rev-list -1 --all), $before, $grep);
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
| H A D | tui-out.c | 235 int before = 0; in tui_field_string() local 255 before = width - strlen (string); in tui_field_string() 256 if (before <= 0) in tui_field_string() 257 before = 0; in tui_field_string() 264 after = before; in tui_field_string() 265 before = 0; in tui_field_string() 270 after = before / 2; in tui_field_string() 271 before -= after; in tui_field_string() 276 if (before) in tui_field_string() 277 ui_out_spaces (uiout, before); in tui_field_string()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Rs/ |
| H A D | transp.out_markdown | 15 last before title, 19 middle before transparent, and 20 last before transparent, 24 last before transparent and title,
|
| H A D | transp.out_ascii | 9 first, middle, and last before title, _t_i_t_l_e. 11 first after title and transparent, middle before transparent, and last 12 before transparent, _t_i_t_l_e. 14 first after transparent and last before transparent and title, _t_i_t_l_e.
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/No/ |
| H A D | spacing.out_markdown | 9 Text before 13 \[before] 18 *before* and *after* 20 Punctuation before (
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | cli-out.c | 225 int before = 0; in cli_field_string() local 234 before = width - strlen (string); in cli_field_string() 235 if (before <= 0) in cli_field_string() 236 before = 0; in cli_field_string() 243 after = before; in cli_field_string() 244 before = 0; in cli_field_string() 249 after = before / 2; in cli_field_string() 250 before -= after; in cli_field_string() 255 if (before) in cli_field_string() 256 ui_out_spaces (uiout, before); in cli_field_string()
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | cmd-move-window.c | 70 int idx, kflag, dflag, sflag, before; in cmd_move_window_exec() local 93 before = args_has(args, 'b'); in cmd_move_window_exec() 94 if (args_has(args, 'a') || before) { in cmd_move_window_exec() 96 idx = winlink_shuffle_up(dst, target.wl, before); in cmd_move_window_exec() 98 idx = winlink_shuffle_up(dst, dst->curw, before); in cmd_move_window_exec()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | load-3.m | 33 printf("+load for A(Category) invoked before A's!\n"); 47 printf ("+load for B(Category) invoked before B!\n"); 61 printf("+load for B invoked before A's!\n"); 81 printf("+load for A(Category) invoked before A!\n"); 93 printf("+load for B(Category) invoked before A and B!\n");
|