HomeSort by: relevance | last modified time | path
    Searched refs:sh_flag (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/fdisk/
fdisk.c 215 static int sh_flag; /* Output data as shell defines */ variable in typeref:typename:int
390 a_flag = u_flag = sh_flag = f_flag = s_flag = b_flag = 0;
426 sh_flag = 1;
508 if (sh_flag && (a_flag || i_flag || u_flag || f_flag || s_flag))
694 if (!sh_flag)
697 if (!sh_flag)
701 if (!sh_flag) {
709 if (!sh_flag)
712 if (!sh_flag && v_flag >= 2) {
719 if (!sh_flag && mboot.mbr_bootsel_magic == LE_MBR_BS_MAGIC)
    [all...]
  /src/bin/ksh/
proto.h 186 void change_flag ARGS((enum sh_flag, int, int));
sh.h 274 enum sh_flag { enum
misc.c 138 * entries MUST match the order of sh_flag F* enumerations in sh.h.
287 enum sh_flag f; /* flag to change */
419 change_flag((enum sh_flag) i, what, set);
439 change_flag((enum sh_flag) i, what,
edit.c 370 static const enum sh_flag edit_flags[] = {

Completed in 734 milliseconds