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

12

/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dmkchlog34 my %plus = ();
231 my ($date, $time, $author, $state, $plus, $minus);
237 $plus = $stuff[9];
244 $plus = $stuff[8];
251 $plus =~ s/;$//;
277 if ($plus eq "") {
278 $plus{$datetimeauthor} = "added";
282 $plus{$datetimeauthor} .= " +$lines";
286 $plus{$datetimeauthor} = "removed";
288 $plus{
[all...]
/haiku-fatelf/src/bin/bash/builtins/
H A Dbashgetopt.c34 #define ISOPT(s) (((*(s) == '-') || (plus && *(s) == '+')) && (s)[1])
35 #define NOTOPT(s) (((*(s) != '-') && (!plus || *(s) != '+')) || (s)[1] == '\0')
54 int plus; /* nonzero means to handle +option */ local
57 plus = *opts == '+';
58 if (plus)
/haiku-fatelf/src/preferences/screen/
H A DScreenWindow.h42 BButton* _CreateColumnRowButton(bool columns, bool plus);
43 BButton* _GetColumnRowButton(bool columns, bool plus);
H A DScreenWindow.cpp1132 ScreenWindow::_CreateColumnRowButton(bool columns, bool plus) argument
1135 message->AddInt32("delta_x", columns ? (plus ? 1 : -1) : 0);
1136 message->AddInt32("delta_y", !columns ? (plus ? 1 : -1) : 0);
1138 BButton* button = new BButton(plus ? "+" : "-", message);
1146 fWorkspacesButtons[(columns ? 0 : 2) + (plus ? 1 : 0)] = button;
1152 ScreenWindow::_GetColumnRowButton(bool columns, bool plus) argument
1154 return fWorkspacesButtons[(columns ? 0 : 2) + (plus ? 1 : 0)];
/haiku-fatelf/src/bin/bash/lib/intl/
H A Deval-plural.h84 case plus:
H A Dplural-exp.h58 plus, /* Addition. */ enumerator in enum:expression::operator
H A Dplural.y367 lval->op = plus;
/haiku-fatelf/src/bin/gawk/intl/
H A Deval-plural.h82 case plus:
H A Dplural-exp.h56 plus, /* Addition. */ enumerator in enum:expression::operator
H A Dplural.y365 lval->op = plus;
H A Dplural.c1477 lval->op = plus;
/haiku-fatelf/headers/cpp/
H A Dfunction.h56 using __STD::plus;
H A Dstl_function.h50 struct plus : public binary_function<_Tp,_Tp,_Tp> { struct in inherits:binary_function
71 template <class _Tp> inline _Tp identity_element(plus<_Tp>) {
/haiku-fatelf/headers/cpp/std/
H A Dgslice_array.h153 _DEFINE_VALARRAY_OPERATOR(+, plus)
H A Dindirect_array.h141 _DEFINE_VALARRAY_OPERATOR(+, plus)
H A Dmask_array.h138 _DEFINE_VALARRAY_OPERATOR(+, plus)
H A Dslice_array.h140 _DEFINE_VALARRAY_OPERATOR(+, plus)
H A Dstd_valarray.h609 _DEFINE_VALARRAY_AUGMENTED_ASSIGNMENT(+, plus)
632 _DEFINE_VALARRAY_EXPR_AUGMENTED_ASSIGNMENT(+, plus)
671 _DEFINE_BINARY_OPERATOR(+, plus)
H A Dvalarray_array.h322 _DEFINE_ARRAY_FUNCTION(+, plus)
/haiku-fatelf/src/bin/coreutils/src/
H A Dexpr.c809 enum { plus, minus } fxn; enumerator in enum:__anon3387
818 fxn = plus;
828 (fxn == plus ? mpz_add : mpz_sub) (l->u.i, l->u.i, r->u.i);
/haiku-fatelf/src/libs/ncurses/test/
H A Dknight.c50 static chtype plus = '+'; /* cursor hot-spot character */ variable
100 plus |= COLOR_PAIR(PLUS_COLOR);
479 waddch(boardwin, plus);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dlinespec.c1020 /* Check for a colon and a plus or minus and a [ (which
1576 none, plus, minus
1599 sign = plus, (*argptr)++;
1605 case plus:
1569 none, plus, minus enumerator in enum:sign
/haiku-fatelf/
H A Dconfigure45 compilation tools are located, plus the platform
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex665 \hskip 0pt plus 0.25fil minus 0.25fil
667 \hskip 0pt plus 0.5fil minus 0.5fil
676 \hskip 0pt plus 0.25fil minus 0.25fil
678 \hskip 0pt plus 0.5fil minus 0.5fil
1349 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1615 \def\authorzzz##1{\ifseenauthor\else\vskip 0pt plus 1filll\seenauthortrue\fi
3165 \vskip 1.67\baselineskip plus .5\baselineskip
3167 \vskip .33\baselineskip plus .1\baselineskip
3244 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
4101 \penalty-300 \vskip1\baselineskip plus
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex651 \hskip 0pt plus 0.25fil minus 0.25fil
653 \hskip 0pt plus 0.5fil minus 0.5fil
662 \hskip 0pt plus 0.25fil minus 0.25fil
664 \hskip 0pt plus 0.5fil minus 0.5fil
1239 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1497 \def\authorzzz##1{\ifseenauthor\else\vskip 0pt plus 1filll\seenauthortrue\fi
3004 \vskip 1.67\baselineskip plus .5\baselineskip
3006 \vskip .33\baselineskip plus .1\baselineskip
3083 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
3919 \penalty-300 \vskip1\baselineskip plus
[all...]

Completed in 318 milliseconds

12