Searched refs:with_terminal (Results 1 – 8 of 8) sorted by relevance
81 with_terminal = source->with_terminal;191 with_terminal = [source with_terminal];207 [NSNumber numberWithBool: with_terminal], @"with_terminal",238 value = [dict objectForKey: @"with_terminal"];239 if (value) with_terminal = [value boolValue];289 with_terminal? "&& echo Exit status: $? && exit 1" : " &"];305 - (BOOL) with_terminal { return with_terminal;}; method
40 [with_terminal setState: [settings with_terminal]];85 - (BOOL) with_terminal { return [with_terminal state];}; method
61 [with_terminal setState: [settings with_terminal]];77 if ([settings with_terminal]) {162 - (BOOL) with_terminal { return [with_terminal state];}; method
21 - (BOOL) with_terminal;38 BOOL with_terminal; // Run in terminal window variable
25 IBOutlet NSButton *with_terminal; variable
19 IBOutlet NSButton *with_terminal; variable
20 "with_terminal" = NSButton;