代码搜索结果
找到约 10,000 项符合
L 的代码
l2.3
#print
Basic Movement - File movements
Now you'd probably like to be able to move around in files which are
longer than one page, eh? You could probably look through the whole thing
using '
l5.4
#print
More Alteration - Filtering
One of the most convenient and powerful features of vi is the ability
to take parts of your text and run it through a program. This is called
'filtering'
l3.4
#print
Second Review
These are the commands we've seen for making changes to a file:
i a = Insert text before ('i') or after ('a') current character
I A = Insert text at beginning ('I') or
screentabl.l
%{
/*
* SCCSID: @(#)screentabl.l 4.1 (ULTRIX) 9/11/90
*
* screentabl.l
* scanner for screentab database
*
* Modification history:
*
* 19 December 1988 Jeffrey Mogul/DECWRL
* Created.
*/
/*
tcplex.l
%{
#ifndef lint
static char *sccsid = "@(#)tcplex.l 4.2 (ULTRIX) 1/25/91";
#endif
/*
* Copyright (c) 1988-1990 The Regents of the University of California.
* All rights reserved.
*
* Redistributio
scanner.l
%{
/* ctrace - C program debugging tool
*
* C statement scanner
*
*/
#ifndef lint
static char *sccsid = "@(#)scanner.l 4.1 (ULTRIX) 7/17/90";
#endif lint
/*************************************
lextab.l
%{
#ifndef lint
static char sccsid[] = "@(#)lextab.l 4.1 (Berkeley) 2/11/83";
#endif not lint
#include "y.tab.h"
#include "b.h"
#undef input
#define input() ninput()
#undef unput
#define unput(c) nu
part.l
%{
#ifndef lint
static char sccsid[] = "@(#)part.l 4.2 (Berkeley) 82/11/06";
#endif not lint
#include "style.h"
#include "names.h"
#include "conp.h"
FILE *deb;
int nosave = 1;
int part = 0;
int bare
end.l
%{
#ifndef lint
static char sccsid[] = "@(#)end.l 4.2 (Berkeley) 82/11/06";
#endif not lint
#include
#include
#include "names.h"
#include "ehash.c"
#include "edict.c"
#define OUT1
nwords.l
%{
/* break out words, output cap + word(inverted) */
#ifndef lint
static char sccsid[] = "@(#)nwords.l 4.2 (Berkeley) 82/11/06";
#endif not lint
#include
#include
#define OUT()