Home
last modified time | relevance | path

Searched refs:is_first (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/op/
H A Dbop.t469 sub is_first {
495 is_first($val | $str, $orig, "|", $str, "$type | $desc");
496 is_first($val & $str, $orig, "&", $str, "$type & $desc");
497 is_first($val ^ $str, $orig, "^", $str, "$type ^ $desc");
499 is_first($str | $val, $orig, "|", $str, "$desc | $type");
505 is_first($new, $orig, "|", $str, "$type |= $desc");
507 is_first($new, $orig, "&", $str, "$type &= $desc");
509 is_first($new, $orig, "^", $str, "$type ^= $desc");
512 is_first($new, $orig, "|", $str, "$desc |= $type");
514 is_first($new, $orig, "&", $str, "$desc &= $type");
[all …]
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionArgParser.cpp70 bool is_first = true; in ToOptionEnum() local
73 is_first ? is_first = false,"" : ", ", enum_value.string_value); in ToOptionEnum()
H A DOptions.cpp542 bool is_first = true; in GenerateOptionUsage() local
544 if (is_first) { in GenerateOptionUsage()
546 is_first = false; in GenerateOptionUsage()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsolib-irix.c489 int is_first = 1; in irix_current_sos() local
510 if (!is_first) in irix_current_sos()
560 is_first = 0; in irix_current_sos()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.h156 unsigned int is_first : 1; member
/openbsd/bin/ksh/
H A Dexec.c276 volatile bool is_first = true; in execute() local
306 if (!(cp = do_selectargs(ap, is_first))) { in execute()
310 is_first = false; in execute()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.c594 int is_first; in npppd_reset_routing_table() local
599 is_first = 1; in npppd_reset_routing_table()
604 if (is_first) in npppd_reset_routing_table()
631 is_first = 0; in npppd_reset_routing_table()
/openbsd/gnu/usr.bin/perl/
H A Dtoke.c669 const bool is_first = (PL_oldbufptr == PL_linestart); in S_no_op() local
684 if (is_first) { in S_no_op()