OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scp
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/mesa-demos/dist/src/samples/
fog.c
41
float
scp
[18][3] = {
variable
104
glNormal3fv(
scp
[0]); glVertex3fv(
scp
[0]);
105
glNormal3fv(
scp
[0]); glVertex3fv(
scp
[1]);
106
glNormal3fv(
scp
[2]); glVertex3fv(
scp
[2]);
107
glNormal3fv(
scp
[2]); glVertex3fv(
scp
[3]);
108
glNormal3fv(
scp
[4]); glVertex3fv(scp[4])
[
all
...]
logo.c
217
float
scp
[18][3] = {
variable
992
glNormal3fv(
scp
[0]); glTexCoord2fv(tscp[0]); glVertex3fv(
scp
[0]);
993
glNormal3fv(
scp
[0]); glTexCoord2fv(tscp[1]); glVertex3fv(
scp
[1]);
994
glNormal3fv(
scp
[2]); glTexCoord2fv(tscp[2]); glVertex3fv(
scp
[2]);
995
glNormal3fv(
scp
[2]); glTexCoord2fv(tscp[3]); glVertex3fv(
scp
[3]);
996
glNormal3fv(
scp
[4]); glTexCoord2fv(tscp[4]); glVertex3fv(scp[4])
[
all
...]
/xsrc/external/mit/xkeyboard-config/dist/scripts/
publish.sh
11
scp
"$file" ${acc}@www.x.org:/home/svu/public_html
/xsrc/external/mit/libXrandr/dist/src/
XrrConfig.c
205
struct _XRRScreenConfiguration *
scp
;
local
286
scp
= Xmalloc(rbytes);
291
scp
= NULL;
294
if (
scp
== NULL) {
300
ssp = (XRRScreenSize *)(
scp
+ 1);
304
scp
->screen =
307
scp
->sizes = ssp;
308
scp
->rates = rates;
309
scp
->rotations = rep.setOfRotations;
310
scp
->current_size = rep.sizeID
[
all
...]
/xsrc/external/mit/xterm/dist/
button.c
4457
SelectedCells *
scp
;
local
4471
scp
= &(screen->selected_cells[which]);
4507
if (
scp
->data_limit <= (unsigned) need) {
4510
free(
scp
->data_buffer);
4511
scp
->data_buffer = line;
4512
scp
->data_limit = (size_t) (need + 1);
4514
line =
scp
->data_buffer;
4565
scp
->data_limit = have + 1;
4566
next = realloc(line,
scp
->data_limit);
4569
scp
->data_length = 0
4585
SelectedCells *
scp
= &(screen->selected_cells[okSelectionCode(which)]);
local
4622
SelectedCells *
scp
= &(screen->selected_cells[okSelectionCode(which)]);
local
4805
SelectedCells *
scp
;
local
5033
SelectedCells *
scp
;
local
5729
SelectedCells *
scp
= &(screen->selected_cells[PRIMARY_CODE]);
local
[
all
...]
/xsrc/external/mit/pixman/dist/
release.sh
93
scp
"$tar_gz" "$sha512_tgz" "$pgp_sig_tgz" "$tar_xz" "$sha512_txz" "$pgp_sig_txz" "$cairo_dest"
94
scp
"$tar_gz" "$sha512_tgz" "$pgp_sig_tgz" "$tar_xz" "$sha512_txz" "$pgp_sig_txz" "$xorg_dest"
/xsrc/external/mit/libX11/dist/src/xlibi18n/
lcGeneric.c
305
FontScope
scp
)
322
scp
->start = start ;
323
scp
->end = end ;
324
scp
->shift = shift ;
325
scp
->shift_direction
/xsrc/external/mit/libX11/dist/modules/om/generic/
omGeneric.c
1813
char *buf, *bufptr,*
scp
;
local
1845
if (bufptr && (
scp
= strchr(bufptr, '['))){
1846
font_data->scopes = _XlcParse_scopemaps(
scp
,&(font_data->scopes_num));
Completed in 12 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026