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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dsetup.ksh47 log_must eval "dd if=$IF of=$OF bs=$BS count=$CNT >/dev/null 2>&1"
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcram.h62 #define IF 0x33 /* Information flag ram address */ macro
/illumos-gate/usr/src/lib/libpp/i386/
H A Dpptab.h22 "if", IF,
H A Dppdef.h20 #define IF 7 macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dpptab.h22 "if", IF,
H A Dppdef.h20 #define IF 7 macro
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE
141 IF '(' conditional ')' optNL { $$ = $3; }
315 | if statement { $$ = stat3(IF, $1, $2, 0); }
317 { $$ = stat3(IF, $1, $2, $4); }
H A Dmakeprctab.c78 { IF, "ifstat", "if("},
H A Dawk.lx.l130 <A>if RETURN(IF);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y86 %token <tok> ID QUOTE NUMBER IF PATHFUNC
107 | IF '(' expr ')' stmt
109 | IF '(' expr ')' '{' stmtlist '}'
449 | IF
H A Desclex.c105 { "if", IF },
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y76 %token <node> DELETE WHILE DO FOR FORIN IF
433 | IF LPAREN expr RPAREN statement ELSE statement = {
434 $$ = node(IF, $3, node(ELSE, $5, $7));
436 | IF LPAREN expr RPAREN statement %prec ELSE = {
437 $$ = node(IF, $3, node(ELSE, $5, NNULL));
H A Dawk0.c47 M_MB_L("if"), KEYWORD, IF, NULL,
H A Dawk3.c774 case IF:
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c89 { IF, "ifstat", "if(" },
H A Dawk.g.y67 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT
93 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
148 IF '(' pattern rparen { $$ = notnull($3); }
323 | if stmt else stmt { $$ = stat3(IF, $1, $2, $4); }
324 | if stmt { $$ = stat3(IF, $1, $2, NIL); }
H A Dawk.lx.l159 <A>if { RET(IF); }
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c338 error(2, "no matching #%s for #%s", dirname(IF), dirname(ELIF));
370 if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == IF || n == IFDEF || n == IFNDEF))
376 if (pp.control <= pp.in->control) error(2, "no matching #%s for #%s", dirname(IF), dirname(ELSE));
387 if (*pp.control & HADELSE) error(2, "more than one #%s for #%s", dirname(ELSE), dirname(IF));
395 if (pp.control <= pp.in->control) error(2, "no matching #%s for #%s", dirname(IF), dirname(ENDIF));
406 case IF:
418 if (directive == IF) goto conditional;
H A Dppop.c898 , dirname(IF)
901 , dirname(IF)
916 , dirname(IF)
981 , dirname(IF)
H A Dppexpr.c245 error(2, "%s invalid in #%s expressions", pred, dirname(IF));
H A Dpplex.c486 error(2, "#%s on line %d has no #%s", dirname(IF), GETIFLINE(pp.control+1), dirname(ENDIF));
669 error(2, "#%s on line %d has no #%s", dirname(IF), GETIFLINE(pp.control+1), dirname(ENDIF));
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk30 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S23 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s27 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S217 push $0x202 # Set flags (IF set)

Completed in 348 milliseconds