代码搜索结果

找到约 10,000 项符合 N 的代码

n1.c

/* * <mark>n</mark>1.c * * co<mark>n</mark>sume optio<mark>n</mark>s, i<mark>n</mark>itializatio<mark>n</mark>, mai<mark>n</mark> loop, * i<mark>n</mark>put routi<mark>n</mark>es, escape fu<mark>n</mark>ctio<mark>n</mark> calli<mark>n</mark>g */ #i<mark>n</mark>clude "tdef.h" #i<mark>n</mark>clude "f<mark>n</mark>s.h" #i<mark>n</mark>clude "ext.h" #i<mark>n</mark>clude "dwbi<mark>n</mark>it. ...

n8.c

#include "tdef.h" #include "fns.h" #include "ext.h" #define HY_BIT 0200 /* stuff in here only works for 7-bit ascii */ /* this value is used (as a literal) in suftab.c */ /* to encode possible

n5.c

/* * troff5.c * * misc processing requests */ #include "tdef.h" #include "fns.h" #include "ext.h" int iflist[NIF]; int ifx; int ifnum = 0; /* trying numeric expression for .if or .ie condition

n3.c

/* * troff3.c * * macro and string routines, storage allocation */ #include "tdef.h" #include "fns.h" #include "ext.h" Tchar *argtop; int pagech = '%'; int strflg; #define MHASHSIZE 128 /* mus

n4.c

/* * troff4.c * * number registers, conversion, arithmetic */ #include "tdef.h" #include "fns.h" #include "ext.h" int regcnt = NNAMES; int falsef = 0; /* on if inside false branch of if */ #de

n9.c

#include "tdef.h" #include "ext.h" #include "fns.h" /* * troff9.c * * misc functions */ Tchar setz(void) { Tchar i; if (!ismot(i = getch())) i |= ZBIT; return(i); } void setline(void) {

n10.c

/* n10.c Device interfaces */ #include "tdef.h" #include "ext.h" #include "fns.h" #include Term t; /* terminal characteristics */ int dtab; int plotmode; int esct; enum { Notype = 0, Ty

set_n.sh

#!/bin/sh if [ ! "$1" ] ; then echo "Usage: $0 " 2>&1 exit 1 fi perl -i -p -e 's|^n:=[0-9]+;$|n:='"$1"';|' fastcrack_*.mal grep '^n:=' fastcrack_*.mal

n2000.eng

; AeroTech N2000W ; Copyright Tripoli Motor Testing 1997 (www.tripoli.org) ; provided by ThrustCurve.org (www.thrustcurve.org) N2000W 98 1046 0 7.66707 12.2828 AT 0.146 2775.075 0.446 2831.

n_pkey.c

/* crypto/asn1/n_pkey.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).