HomeSort by: relevance | last modified time | path
    Searched defs:plus (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
posix-execution.mk 39 # expect-not-matches: ^do%-prefix%-plus: a regular command
40 # expect: do-prefix-plus: prefixed by plus
41 # expect: do-prefix-plus: prefixed by plus
42 all: prefix-plus
43 prefix-plus:
44 @${MAKE} -f ${MAKEFILE} -n do-prefix-plus
45 @${MAKE} -f ${MAKEFILE} -n -j1 do-prefix-plus
46 do-prefix-plus
    [all...]
directive-include-guard.mk 203 CASES+= variable-ifndef-plus
204 LINES.variable-ifndef-plus= \
209 # expect: Parse_PushInput: variable-ifndef-plus.tmp:1
210 # expect: Parse_PushInput: variable-ifndef-plus.tmp:1
213 CASES+= variable-if-plus
214 LINES.variable-if-plus= \
219 # expect: Parse_PushInput: variable-if-plus.tmp:1
220 # expect: Parse_PushInput: variable-if-plus.tmp:1
548 CASES+= target-plus
549 LINES.target-plus=
    [all...]
  /src/usr.bin/colcrt/
colcrt.c 78 int plus(char, char);
181 if (plus(c, *cp) || plus(*cp, c))
194 plus(char c, char d) function in typeref:typename:int
  /src/usr.bin/rpcgen/
rpc_cout.c 401 const char *plus; local in function:emit_struct
466 plus = "";
468 plus = " + ";
471 s_print(ptemp, "%s%s * %d", plus, dl->decl.array_max, ptr->length);
473 s_print(ptemp, "%s%s", plus, dl->decl.array_max);
  /src/usr.bin/at/
parsetime.c 30 * at [NOW] PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS
35 * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/
65 NUMBER, PLUS, DOT, SLASH, ID, JUNK,
87 {"now", NOW, false}, /* opt prefix for PLUS */
174 static void plus(struct tm *);
276 return sc_tokid = PLUS;
307 * plus() parses a now + time
309 * at [NOW] PLUS NUMBER [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS]
313 plus(struct tm *tm) function in typeref:typename:void
405 * if we've gone past that time - but if we're specifying a time plus
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 529 case PLUS:
1121 case PLUS:
1202 case PLUS:
1343 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn);
1800 if (oop == PLUS || oop == MINUS)
1813 && (oop == PLUS || oop == MINUS || oop == BITAND || oop == BITXOR))
1958 case PLUS:
2095 case PLUS:
3307 case PLUS:
3384 if (op == PLUS &
4792 const tnode_t *plus, *arr, *idx; local in function:check_array_index
    [all...]

Completed in 17 milliseconds