代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5942638
time scan.time
%4(msg)%%\
%02(mon{date})/%02(mday{date}) \
%02(hour{date}):%02(min{date})%3(tzone{date})\
%\
%%
www.eeworm.com/read/131315/5942698
c scan.c
/* scan.c - display a one-line "scan" listing */
#ifndef lint
static char ident[] = "@(#)$Id: scan.c,v 1.16 1992/12/15 00:20:22 jromine Exp $";
#endif /* lint */
#include "../h/mh.h"
#include "../h/f
www.eeworm.com/read/131315/5942857
rf scan.rf
.\" @(MHWARNING)
.\" @(#)$Id: scan.rf,v 1.12 1993/08/19 20:43:27 jromine Exp $
.SC SCAN 1
.NA
scan \- produce a one line per message scan listing
.SY
scan
\%[+folder] \%[msgs]
\%[\-clear] \%[\-noclear
www.eeworm.com/read/129475/5972660
h scan.h
#ifndef _SCAN_H
#define _SCAN_H
#include "ramdisk.h"
struct scanDir
{
unsigned char pathName[MAX_PATH_LENGTH]; // the complete path name of the dir
struct diskBlock *startBlock; // t
www.eeworm.com/read/129475/5972676
c scan.c
/*************************************************************
File Name: SCAN.C *
**************************************************************
Programm
www.eeworm.com/read/127438/6005811
c scan.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block
www.eeworm.com/read/126956/6010071
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp
www.eeworm.com/read/126956/6010073
l scan.l
%{
#include
#include "RT.h"
#include "gram.tab.h"
%}
ws [ \t]+
comment #[^\n]*
id [a-zA-Z][a-zA-Z0-9]*
nl [\r\n]
int "-"?[0-9]+
dubl "-"?[0-9]+"."[0-9]+
%%
{ws} ;
{comm
www.eeworm.com/read/126956/6010088
cpp scan.cpp
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#ifdef _WIN32
#include
#else
#include
#endif
#include
#include
/* cfront 1.2 defines "c_plusp