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

  /src/usr.bin/make/unit-tests/
jobs-error-nested-make.mk 1 # $NetBSD: jobs-error-nested-make.mk,v 1.2 2021/01/07 18:11:23 sjg Exp $
17 ${MAKE} -f ${MAKEFILE} nested
19 nested: .PHONY target
jobs-error-nested.mk 1 # $NetBSD: jobs-error-nested.mk,v 1.1 2020/12/01 17:50:04 rillig Exp $
17 ${MAKE} -f ${MAKEFILE} nested
19 nested: .PHONY target
varmod-select-words.mk 47 mod-squarebrackets-nested-ok-1 \
48 mod-squarebrackets-nested-error-1 \
49 mod-squarebrackets-nested-ok-2 \
167 mod-squarebrackets-nested-ok-1:
176 mod-squarebrackets-nested-error-1:
179 mod-squarebrackets-nested-ok-2:
Makefile 198 TESTS+= directive-if-nested
233 TESTS+= jobs-error-nested
234 TESTS+= jobs-error-nested-make
515 FLAGS.jobs-error-nested= # none, especially not -k
516 FLAGS.jobs-error-nested-make= # none, especially not -k
directive-include-guard.mk 267 CASES+= variable-assign-nested
268 LINES.variable-assign-nested= \
276 # expect: Parse_PushInput: variable-assign-nested.tmp:1
277 # expect: Skipping 'variable-assign-nested.tmp' because 'VARIABLE_ASSIGN_NESTED' is defined
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
init.h 18 u32 nested; member in struct:nvbios_init
  /src/tests/usr.bin/indent/
opt_badp.c 141 * The blank line is only inserted at the top of a function body, not in nested
146 nested(void) function in typeref:typename:void
157 nested(void) function in typeref:typename:void
lsym_lparen_or_lbracket.c 55 int nested = ( variable in typeref:typename:int
67 int nested = ( variable in typeref:typename:int
  /src/usr.bin/login/
common.c 80 char term[64], *envinit[1], *hostname, *tty, *nested; variable in typeref:typename:char[64]* [1]***
210 } else if (nested != NULL) {
213 "%s", nested, pwd->pw_name, tty, hname, assbuf);
215 syslog(LOG_NOTICE, "%s to %s on tty %s", nested,
  /src/bin/ksh/
syn.c 28 static struct op *nested ARGS((int type, int smark, int emark));
195 nested(type, smark, emark) function
292 t = nested(TPAREN, '(', ')');
296 t = nested(TBRACE, '{', '}');
  /src/usr.sbin/sysinst/
util.c 809 int nested; local in function:set_all_none
811 for (nested = 0; dist->set != SET_GROUP_END || nested--; dist++) {
813 nested++;
840 int nested; local in function:set_label
848 nested = 0;
850 while ((++dist)->set != SET_GROUP_END || nested--) {
852 nested++;
883 int nested; local in function:initialise_set_menu
897 nested = 0
1093 int nested; local in function:skip_set
    [all...]

Completed in 15 milliseconds