代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/311774/13626473
c main.c
#include "apue.h"
#include
#ifndef TIOCGWINSZ
#include /* for struct winsize */
#endif
#ifdef LINUX
#define OPTSTR "+d:einv"
#else
#define OPTSTR "d:einv"
#endif
static voi
www.eeworm.com/read/304348/13796197
12 fig19.12
#include "apue.h"
#include
#ifndef TIOCGWINSZ
#include /* for struct winsize */
#endif
#ifdef LINUX
#define OPTSTR "+d:einv"
#else
#define OPTSTR "d:einv"
#endif
static voi
www.eeworm.com/read/304348/13796375
c main.c
#include "apue.h"
#include
#ifndef TIOCGWINSZ
#include /* for struct winsize */
#endif
#ifdef LINUX
#define OPTSTR "+d:einv"
#else
#define OPTSTR "d:einv"
#endif
static voi
www.eeworm.com/read/131315/5939520
el ehelp.el
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General
www.eeworm.com/read/131315/5939549
el page.el
;; Page motion commands for emacs.
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it
www.eeworm.com/read/131315/5939630
el gosmacs.el
;; Rebindings to imitate Gosmacs.
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it u
www.eeworm.com/read/125133/6032908
el idelrun.el
; Contributed by Luke Gorrie
(defun idel-region (start end)
(interactive "r")
(shell-command-on-region start
end
(format "idelasm | idelvm")))
(provide 'idelrun)
www.eeworm.com/read/125133/6033088
el idelrun.el
; Contributed by Luke Gorrie
(defun idel-region (start end)
(interactive "r")
(shell-command-on-region start
end
(format "idelasm | idelvm")))
(provide 'idelrun)
www.eeworm.com/read/120487/6073857
h mainloop.h
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.14 2003/08/04 23:59:40 tgl
www.eeworm.com/read/421459/6311608
12 fig19.12
#include "apue.h"
#include
#ifndef TIOCGWINSZ
#include /* for struct winsize */
#endif
#ifdef LINUX
#define OPTSTR "+d:einv"
#else
#define OPTSTR "d:einv"
#endif
static voi