代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/209211/4981872
c text.c
/*
* text.c
* Copyright (C) 1999-2004 A.J. van Os; Released under GNU GPL
*
* Description:
* Functions to deal with the Text format
*
*/
#include
#include "antiword.h"
/* The chara
www.eeworm.com/read/209211/4982306
c text.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/209211/4982332
c text.c
#include "e.h"
#include "y.tab.h"
#include
#define CSSIZE 1000
char cs[CSSIZE+20]; /* text string converted into this */
char *csp; /* next spot in cs[] */
char *psp; /* next character in
www.eeworm.com/read/209211/4982386
c text.c
/*
t string Place the string so that its first character is
centered on the current point (default). If
string begins with `\C' (`\R'), it is center
www.eeworm.com/read/209211/4986642
c text.c
#include
#include
#include
#include
#include
#include
#include
static int debug = 0;
typedef struct Text Text;
struct Text
{
C
www.eeworm.com/read/208954/4989180
c text.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/208954/4989200
h text.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/208260/4994872
c text.c
#include
#include
void do_get_text(Widget widget, caddr_t client_data, caddr_t call_data) {
Widget text = (Widget)client_data;
char *string = XmTextGetString(text);
print
www.eeworm.com/read/208260/4994877
c text.c
#include
#include
#include
#include
#include
void do_display_widget_text(Widget w, XtPointer text_ptr