Home
last modified time | relevance | path

Searched defs:def_state (Results 1 – 18 of 18) sorted by relevance

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WPrefs.app/
H A DExpert.c31 int def_state; /* True/False: the default value, if not defined in current config */ member
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WPrefs.app/
H A DExpert.c31 int def_state; /* True/False: the default value, if not defined in current config */ member
/dports/misc/mc/mc-4.8.27/src/editor/
H A Detags.c87 } def_state = in_longname; in parse_define() local
/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Detags.c87 } def_state = in_longname; in parse_define() local
/dports/devel/sunpromake/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/devel/smake/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/devel/sccs/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/devel/schilybase/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/net/rscsi/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/archivers/star/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/sysutils/cdrtools/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/editors/ved/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/sysutils/schilyutils/schily-2021-09-18/patch/
H A Dpatch.c883 int def_state = OUTSIDE; local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_opt_preamble.c72 } def_state; typedef
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dprefs_summary_column.c358 SummaryColumnState *def_state; in prefs_summary_column_get_config() local
/dports/x11/xxkb/xxkb-1.11.1/
H A Dxxkb.c48 static kbdState def_state; variable
/dports/devel/patch/patch-2.7.6/src/
H A Dpatch.c1425 enum {OUTSIDE, IN_IFNDEF, IN_IFDEF, IN_ELSE} def_state = OUTSIDE; in apply_hunk() local
/dports/net/binkd/binkd-1.0.4/
H A Dperlhooks.c876 #define def_state() sprintf(sv_state, sv_state_format, (unsigned)PID()) macro