Home
last modified time | relevance | path

Searched refs:dirflag (Results 1 – 6 of 6) sorted by relevance

/openbsd/bin/csh/
H A Ddir.c59 static int dirflag = 0; variable
153 dirflag = 0; in skipargs()
158 dirflag |= DIR_LONG; in skipargs()
161 dirflag |= DIR_VERT; in skipargs()
164 dirflag |= DIR_LINE; in skipargs()
201 if (dirflag & DIR_VERT) { in printdirs()
205 if (!(dirflag & DIR_LONG) && hp != NULL && !eq(hp, STRslash) && in printdirs()
213 if ((dirflag & DIR_LINE) && cur >= 80 - 1 && len < 80) { in printdirs()
218 vis_str(s), (dirflag & DIR_VERT) ? '\n' : ' '); in printdirs()
220 if (!(dirflag & DIR_VERT)) in printdirs()
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dname.c48 int, dirflag) in FDECL3() argument
369 if (!dirflag) in FDECL3()
/openbsd/gnu/gcc/gcc/
H A Dtree-mudflap.c499 location_t *locus, tree dirflag) in mf_build_check_statement_for() argument
664 u = tree_cons (NULL_TREE, dirflag, u); in mf_build_check_statement_for()
721 location_t *locus, tree dirflag) in mf_xform_derefs_1() argument
726 if (dirflag == integer_zero_node && flag_mudflap_ignore_reads) in mf_xform_derefs_1()
894 mf_build_check_statement_for (base, limit, iter, locus, dirflag); in mf_xform_derefs_1()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterInfo.td319 def DF : X86Reg<"dirflag", 0>;
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.316209 (FIXED_REGISTERS): Set dirflag as fixed.
16210 (CALL_USED_REGISTERS): Set dirflag as used.
16211 (REG_ALLOC_ORDER): Set dirflag as last one.
16213 (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
16214 (HI_REGISTER_NAMES): Add dirflag.
16215 (DEBUF_PRINT_REG): Handle dirflag.
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c1779 mp_do_kill_file(pTHX_ const char *name, int dirflag) in mp_do_kill_file() argument